class documentation

class SidePaneToC(ToCWidget, WindowSidePaneWidget): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Class Variable title Undocumented

Inherited from ToCWidget:

Method can_demote Undocumented
Method can_promote Undocumented
Method load_page Undocumented
Method on_demote Undocumented
Method on_heading_activated Undocumented
Method on_page_changed Undocumented
Method on_populate_popup Undocumented
Method on_promote Undocumented
Method on_store_page Undocumented
Method select_heading Returns a Gtk.TextIter for a Gtk.TreePath pointing to a heading or None.
Method select_section Select all text between two headings @param buffer: the Gtk.TextBuffer to select in @param path: the Gtk.TreePath for the heading of the section
Method set_preferences Undocumented
Class Variable __gsignals__ Undocumented
Instance Variable fontsize Undocumented
Instance Variable include_hr Undocumented
Instance Variable pageview Undocumented
Instance Variable show_h1 Undocumented
Instance Variable treeview Undocumented
Method _format Undocumented

Inherited from ConnectorMixin (via ToCWidget):

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

Inherited from WindowSidePaneWidget:

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
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
def __init__(self, pageview): (source)