Bases: deluge.component.Component
-
add_item(image=None, stock=None, text=None, callback=None, tooltip=None)
- Adds an item to the status bar
-
add_timeout_item(seconds=3, image=None, stock=None, text=None, callback=None)
- Adds an item to the StatusBar for seconds
-
clear_statusbar()
-
display_warning(text, callback=None)
- Displays a warning to the user in the status bar
-
on_configvaluechanged_event(key, value)
- This is called when we receive a ConfigValueChangedEvent from
the core.
-
remove_item(item)
- Removes an item from the statusbar
-
remove_warning(item)
-
send_status_request()
-
show_not_connected()
-
start()
-
stop()
-
update()
-
update_connections_label()
-
update_dht_label()
-
update_download_label()
-
update_traffic_label()
-
update_upload_label()
-
visible(visible)