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

Class EditGroupsDialog

source code

Class for the edit group dialog window
Instance Methods [hide private]
 
__init__(self, list_)
list_ is a list of (contact, account) tuples
source code
 
on_edit_groups_dialog_response(self, widget, response_id) source code
 
remove_group(self, group)
Remove group group from all contacts and all their brothers
source code
 
add_group(self, group)
Add group group to all contacts and all their brothers
source code
 
on_add_button_clicked(self, widget) source code
 
group_toggled_cb(self, cell, path) source code
 
init_list(self) source code
Method Details [hide private]

__init__(self, list_)
(Constructor)

source code 

list_ is a list of (contact, account) tuples

on_edit_groups_dialog_response(self, widget, response_id)

source code 

remove_group(self, group)

source code 
Remove group group from all contacts and all their brothers

add_group(self, group)

source code 
Add group group to all contacts and all their brothers

on_add_button_clicked(self, widget)

source code 

group_toggled_cb(self, cell, path)

source code 

init_list(self)

source code