|
|
__init__(self,
acct,
type_,
parent_window=None,
parent_paned=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
change_jid(self,
account,
old_jid,
new_jid)
Called when the full jid of the control is changed |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove_tab(self,
ctrl,
method,
reason=None,
force=False)
Reason is only for gc (offline status message) if force is True, do not
ask any confirmation |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_control(self,
key,
acct)
Return the MessageControl for jid or n, where n is a notebook page index. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|