class TaskListWidget(Gtk.VBox, TaskListWidgetMixin, WindowSidePaneWidget): (source)
Undocumented
Method | __init__ |
Undocumented |
Method | set_embeded_closebutton |
Embed a button in the widget to close the side pane @param button: a button widget or None to unset @returns: True if supported and successfull |
Class Variable | title |
Undocumented |
Instance Variable | _close_button |
Undocumented |
Instance Variable | _header_hbox |
Undocumented |
Instance Variable | _show_dialog_action |
Undocumented |
Inherited from TaskListWidgetMixin
:
Method | on_filter_changed |
Undocumented |
Method | on_properties_changed |
Undocumented |
Method | on_selection_activated |
Undocumented |
Method | reload_view |
Undocumented |
Method | set_label_tag_filter |
Undocumented |
Method | set_selection |
Undocumented |
Constant | SELECTION_MAP |
Undocumented |
Instance Variable | index |
Undocumented |
Instance Variable | label_tag_filter |
Undocumented |
Instance Variable | selection_list |
Undocumented |
Instance Variable | status |
Undocumented |
Instance Variable | tag_list |
Undocumented |
Instance Variable | tasklisttreeview |
Undocumented |
Instance Variable | taskselection |
Undocumented |
Instance Variable | taskselection_type |
Undocumented |
Instance Variable | uistate |
Undocumented |
Method | _create_clear_tags_button |
Undocumented |
Method | _create_filter_entry |
Undocumented |
Method | _create_selection_menubutton |
Undocumented |
Method | _create_selection_pane |
Undocumented |
Method | _create_tasklisttreeview |
Undocumented |
Method | _get_selection_state |
Undocumented |
Method | _set_mbutton_label |
Undocumented |
Method | _set_selection_state |
Undocumented |
Instance Variable | _mbutton |
Undocumented |
Inherited from WindowSidePaneWidget
:
Method | get_title_label |
Undocumented |
Method | set_title |
Undocumented |
Method | _drop_label |
Undocumented |
Instance Variable | _title_labels |
Undocumented |
Inherited from ConnectorMixin
(via WindowSidePaneWidget
):
Method | connectto |
Connect to signals of another object E.g.: |
Method | connectto_all |
Convenience method to combine multiple calls to connectto() . |
Method | disconnect_all |
Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object. |
Method | disconnect_from |
Disc all signals that have been connected with connectto and friends to a specific object. |
Method | _disconnect_from |
Undocumented |
Instance Variable | _connected_signals |
Undocumented |
Undocumented