|
|
__init__(self,
parent_win,
contact,
acct,
session,
resource=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_show_lock_image(self,
visible,
enc_type='',
enc_enabled=False,
chat_logged=False,
authenticated=False)
Set lock icon visibility and create tooltip |
source code
|
|
|
|
|
|
|
send_message(self,
message,
keyID='',
chatstate=None,
xhtml=None,
process_commands=True)
Send a message to contact |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print_conversation(self,
text,
frm='',
tim=None,
encrypted=False,
subject=None,
xhtml=None,
simple=False,
xep0184_id=None,
displaymarking=None)
Print a line in the conversation |
source code
|
|
|
|
|
|
|
|
|
|
prepare_context_menu(self,
hide_buttonbar_items=False)
Set compact view menuitem active state sets active and sensitivity state
for toggle_gpg_menuitem sets sensitivity for history_menuitem (False for
tranasports) and file_transfer_menuitem and hide()/show() for
add_to_roster_menuitem |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from ChatControlBase:
append_emoticon,
bring_scroll_to_end,
chat_buttons_set_visible,
clear,
connect_style_event,
disconnect_style_event,
draw_banner,
get_font_attrs,
get_nb_unread,
get_seclabel,
got_disconnected,
handle_message_textview_mykey_press,
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_msg_textview_populate_popup,
on_quote,
on_seclabels_ready,
print_conversation_line,
redraw_after_event_removed,
repaint_themed_widgets,
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 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,
get_specific_unread,
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
|