Bases: deluge.component.Component
-
blink(value)
-
config_value_changed(key, value)
- This is called when we received a config_value_changed signal from
the core.
-
disable()
- Disables the system tray icon.
-
enable()
- Enables the system tray icon.
-
on_enable_system_tray_set(key, value)
- Called whenever the ‘enable_system_tray’ config key is modified
-
on_tray_clicked(icon)
- Called when the tray icon is left clicked.
- Called when the tray icon is right clicked.
-
send_status_request()
-
setbwlimit(widget, string, core_key, ui_key, default, image)
- Sets the bandwidth limit based on the user selection.
-
shutdown()
-
start()
-
stop()
-
tray_setbwdown(widget, data=None)
-
tray_setbwup(widget, data=None)
-
unlock_tray(is_showing_dlg=[, False])
-
update()