|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
type_id,
parent_win,
widget_name,
contact,
acct,
resource=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
send_message(self,
message,
keyID='',
type_='chat',
chatstate=None,
msg_id=None,
composing_xep=None,
resource=None,
xhtml=None,
callback=None,
callback_args=[],
process_commands=True)
Send the given message to the active tab. |
source code
|
|
|
|
|
|
|
print_conversation_line(self,
text,
kind,
name,
tim,
other_tags_for_name=[],
other_tags_for_time=[],
other_tags_for_text=[],
count_as_new=True,
subject=None,
old_kind=None,
xhtml=None,
simple=False,
xep0184_id=None,
graphics=True,
displaymarking=None)
Print 'chat' type messages |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
size_request(self,
msg_textview,
requisition)
When message_textview changes its size: if the new height will enlarge
the window, enable the scrollbar automatic policy. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from message_control.MessageControl:
allow_shutdown,
get_full_jid,
get_specific_unread,
get_tab_image,
get_tab_label,
minimizable,
prepare_context_menu,
safe_shutdown,
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
|