class documentation

class BackLinksWidget(Gtk.ScrolledWindow, WindowSidePaneWidget): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method on_link_activated Undocumented
Method on_open_new_window Undocumented
Method on_populate_popup Undocumented
Method set_page Undocumented
Method update_status Undocumented
Class Variable title Undocumented
Instance Variable opener Undocumented
Instance Variable preferences Undocumented
Instance Variable treeview Undocumented
Instance Variable _stack 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, opener, preferences): (source)

Undocumented

def on_link_activated(self, treeview, path, column): (source)

Undocumented

def on_open_new_window(self, o, treeview): (source)

Undocumented

def on_populate_popup(self, treeview, menu): (source)

Undocumented

def set_page(self, notebook, page): (source)

Undocumented

def update_status(self, treeview_model): (source)

Undocumented

opener = (source)

Undocumented

preferences = (source)

Undocumented

treeview = (source)

Undocumented

_stack = (source)

Undocumented