deluge.ui.gtkui.torrentdetails
The torrent details component shows info about the selected torrent.
-
class deluge.ui.gtkui.torrentdetails.Tab
-
get_child_widget()
-
get_name()
-
get_tab_label()
-
class deluge.ui.gtkui.torrentdetails.TorrentDetails
Bases: deluge.component.Component
-
add_tab(tab_object, position=-1, generate_menu=True)
- Adds a tab object to the notebook.
-
clear()
- Generates the checklist menu for all the tabs and attaches it
-
hide_all_tabs()
- Hides all tabs
-
hide_tab(tab_name)
- Hides tab by name
-
load_state()
-
regenerate_positions()
- This will sync up the positions in the tab, with the position stored
in the tab object
-
remove_tab(tab_name)
- Removes a tab by name.
-
save_state()
- We save the state, which is basically the tab_index list
-
set_tab_visible(tab_name, visible)
- Sets the tab to visible
-
show_all_tabs()
- Shows all tabs
-
show_tab(tab_name)
-
shutdown()
-
start()
-
stop()
-
update(page_num=None)
-
visible(visible)