Module dialogs :: Class JoinGroupchatWindow
[hide private]
[frames] | no frames]

Class JoinGroupchatWindow

source code

Instance Methods [hide private]
 
__init__(self, account=None, room_jid='', nick='', password='', automatic=False)
Automatic is a dict like {'invities': []}.
source code
 
on_join_groupchat_window_destroy(self, widget)
Close window
source code
 
on_join_groupchat_window_key_press_event(self, widget, event) source code
 
on_required_entry_changed(self, widget) source code
 
on_account_combobox_changed(self, widget) source code
 
_set_room_jid(self, room_jid) source code
 
on_recently_combobox_changed(self, widget) source code
 
on_browse_rooms_button_clicked(self, widget) source code
 
on_cancel_button_clicked(self, widget)
When Cancel button is clicked
source code
 
on_bookmark_checkbutton_toggled(self, widget) source code
 
on_join_button_clicked(self, widget)
When Join button is clicked
source code
Method Details [hide private]

__init__(self, account=None, room_jid='', nick='', password='', automatic=False)
(Constructor)

source code 
Automatic is a dict like {'invities': []}. If automatic is not empty, this means room must be automaticaly configured and when done, invities must be automatically invited

on_join_groupchat_window_destroy(self, widget)

source code 
Close window

on_join_groupchat_window_key_press_event(self, widget, event)

source code 

on_required_entry_changed(self, widget)

source code 

on_account_combobox_changed(self, widget)

source code 

_set_room_jid(self, room_jid)

source code 

on_recently_combobox_changed(self, widget)

source code 

on_browse_rooms_button_clicked(self, widget)

source code 

on_cancel_button_clicked(self, widget)

source code 
When Cancel button is clicked

on_bookmark_checkbutton_toggled(self, widget)

source code 

on_join_button_clicked(self, widget)

source code 
When Join button is clicked