class WindowSidePaneWidget(ConnectorMixin): (source)
Known subclasses: zim.plugins.attachmentbrowser.AttachmentBrowserPluginWidget
, zim.plugins.backlinkpane.BackLinksWidget
, zim.plugins.journal.CalendarWidget
, zim.plugins.pageindex.PageIndexWidget
, zim.plugins.tableofcontents.SidePaneToC
, zim.plugins.tags.TagsPluginWidget
, zim.plugins.tasklist.gui.TaskListWidget
WindowSidePane
Method | get_title_label |
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 |
Method | set_title |
Undocumented |
Instance Variable | title |
Undocumented |
Method | _drop_label |
Undocumented |
Instance Variable | _title_labels |
Undocumented |
Inherited from ConnectorMixin
:
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 |
zim.plugins.attachmentbrowser.AttachmentBrowserPluginWidget
, zim.plugins.journal.CalendarWidget
, zim.plugins.tasklist.gui.TaskListWidget
Parameters | |
button | a button widget or None to unset |
Returns | |
True if supported and successfull |
zim.plugins.attachmentbrowser.AttachmentBrowserPluginWidget
, zim.plugins.backlinkpane.BackLinksWidget
, zim.plugins.journal.CalendarWidget
, zim.plugins.pageindex.PageIndexWidget
, zim.plugins.tableofcontents.SidePaneToC
, zim.plugins.tags.TagsPluginWidget
, zim.plugins.tasklist.gui.TaskListWidget
Undocumented