Trees
Indices
Help
Gajim
Module config
:: Class ManageBookmarksWindow
[
hide private
]
[
frames
] |
no frames
]
Class ManageBookmarksWindow
source code
Instance Methods
[
hide private
]
__init__
(
self
)
source code
on_bookmarks_treeview_button_press_event
(
self
,
widget
,
event
)
source code
on_manage_bookmarks_window_destroy
(
self
,
widget
,
event
)
source code
on_add_bookmark_button_clicked
(
self
,
widget
)
Add a new bookmark
source code
on_remove_bookmark_button_clicked
(
self
,
widget
)
Remove selected bookmark
source code
check_valid_bookmark
(
self
)
Check if all neccessary fields are entered correctly
source code
on_ok_button_clicked
(
self
,
widget
)
Parse the treestore data into our new bookmarks array, then send the new bookmarks to the server.
source code
on_cancel_button_clicked
(
self
,
widget
)
source code
bookmark_selected
(
self
,
selection
)
Fill in the bookmark's data into the fields.
source code
on_title_entry_changed
(
self
,
widget
)
source code
on_nick_entry_changed
(
self
,
widget
)
source code
on_server_entry_changed
(
self
,
widget
)
source code
on_room_entry_changed
(
self
,
widget
)
source code
on_pass_entry_changed
(
self
,
widget
)
source code
on_autojoin_checkbutton_toggled
(
self
,
widget
)
source code
on_minimize_checkbutton_toggled
(
self
,
widget
)
source code
on_print_status_combobox_changed
(
self
,
widget
)
source code
clear_fields
(
self
)
source code
Method Details
[
hide private
]
__init__
(
self
)
(Constructor)
source code
on_bookmarks_treeview_button_press_event
(
self
,
widget
,
event
)
source code
on_manage_bookmarks_window_destroy
(
self
,
widget
,
event
)
source code
on_add_bookmark_button_clicked
(
self
,
widget
)
source code
Add a new bookmark
on_remove_bookmark_button_clicked
(
self
,
widget
)
source code
Remove selected bookmark
check_valid_bookmark
(
self
)
source code
Check if all neccessary fields are entered correctly
on_ok_button_clicked
(
self
,
widget
)
source code
Parse the treestore data into our new bookmarks array, then send the new bookmarks to the server.
on_cancel_button_clicked
(
self
,
widget
)
source code
bookmark_selected
(
self
,
selection
)
source code
Fill in the bookmark's data into the fields.
on_title_entry_changed
(
self
,
widget
)
source code
on_nick_entry_changed
(
self
,
widget
)
source code
on_server_entry_changed
(
self
,
widget
)
source code
on_room_entry_changed
(
self
,
widget
)
source code
on_pass_entry_changed
(
self
,
widget
)
source code
on_autojoin_checkbutton_toggled
(
self
,
widget
)
source code
on_minimize_checkbutton_toggled
(
self
,
widget
)
source code
on_print_status_combobox_changed
(
self
,
widget
)
source code
clear_fields
(
self
)
source code
Trees
Indices
Help
Gajim
Generated by Epydoc 3.0.1 on Thu Aug 12 02:06:59 2010
http://epydoc.sourceforge.net