deluge.ui.gtkui.preferences

class deluge.ui.gtkui.preferences.Preferences

Bases: deluge.component.Component

add_page(name, widget)
Add a another page to the notebook
hide()
on_button_apply_clicked(data)
on_button_cancel_clicked(data)
on_button_ok_clicked(data)
on_plugin_selection_changed(treeselection)
on_plugin_toggled(renderer, path)
on_pref_dialog_delete_event(widget, event)
on_selection_changed(treeselection)
on_test_port_clicked(data)
on_toggle(widget)
Handles widget sensitivity based on radio/check button values.
remove_page(name)
Removes a page from the notebook
set_config(hide=False)

Sets all altered config values in the core.

Parameter:hide – bool, if True, will not re-show the dialog and will hide it instead
show(page=None)
Page should be the string in the left list.. ie, ‘Network’ or ‘Bandwidth’

Previous topic

deluge.ui.gtkui.pluginmanager

Next topic

deluge.ui.gtkui.queuedtorrents

This Page