|
|
__init__(self,
parent_win,
contact,
acct,
is_continued=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| destroy_menu(self,
menu,
change_nick_menuitem,
change_subject_menuitem,
bookmark_room_menuitem,
history_menuitem) |
source code
|
|
|
|
| on_message(self,
nick,
msg,
tim,
has_timestamp=False,
xhtml=None,
status_code=[],
displaymarking=None,
captcha=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
print_conversation(self,
text,
contact='',
tim=None,
xhtml=None,
graphics=True,
displaymarking=None)
Print a line in the conversation |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on_send_pm(self,
widget=None,
model=None,
iter_=None,
nick=None,
msg=None)
Open a chat window and if msg is not None - send private message to a
contact in a room |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chg_contact_status(self,
nick,
show,
status,
role,
affiliation,
jid,
reason,
actor,
statusCode,
new_nick,
avatar_sha,
tim=None)
When an occupant changes his or her status |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on_info(self,
widget,
nick)
Call vcard_information_window class to display user's information |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from chat_control.ChatControlBase:
append_emoticon,
bring_scroll_to_end,
chat_buttons_set_visible,
clear,
connect_style_event,
disconnect_style_event,
draw_banner,
get_font_attrs,
get_seclabel,
lighten_color,
make_href,
on_actions_button_clicked,
on_banner_label_populate_popup,
on_color_menuitem_activale,
on_conversation_vadjustment_changed,
on_conversation_vadjustment_value_changed,
on_emoticons_button_clicked,
on_font_menuitem_activale,
on_formattings_button_clicked,
on_minimize_menuitem_toggled,
on_quote,
on_seclabels_ready,
print_conversation_line,
redraw_after_event_removed,
save_sent_message,
scroll_to_end_iter,
sent_messages_scroll,
set_speller,
setup_seclabel,
show_emoticons_menu,
size_request,
status_url_clicked,
toggle_emoticons,
update_font,
update_tags,
widget_set_visible
Inherited from chat_control.ChatControlBase (private):
_conv_textview_key_press_event,
_on_banner_eventbox_button_press_event,
_on_drag_leave,
_on_drag_motion,
_on_history_menuitem_activate,
_on_message_textview_key_press_event,
_on_message_textview_mykeypress_event,
_on_send_button_clicked,
_on_send_file,
_on_style_set_event,
_paint_banner
Inherited from message_control.MessageControl:
get_full_jid,
set_session
Inherited from command_system.implementation.middleware.ChatCommandProcessor:
command_postprocessor,
command_preprocessor,
execute_command,
looks_like_command,
process_as_command
Inherited from command_system.framework.CommandProcessor:
get_command,
list_commands
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
Inherited from command_system.implementation.middleware.CommandTools:
add_history,
append_with_tags,
clear_input,
echo,
echo_error,
install_tags,
send,
set_input,
shift_line
|