class documentation

class FloatingToC(Gtk.VBox, ConnectorMixin): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method disconnect_all Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object.
Method on_toggle Undocumented
Method set_preferences Undocumented
Method update_size_and_position Undocumented
Method update_size_and_position_after_change Undocumented
Constant MARGIN_END Undocumented
Constant MARGIN_TOP Undocumented
Constant SCROLL_MARGIN Undocumented
Instance Variable head Undocumented
Instance Variable tocwidget Undocumented
Instance Variable _head_event_box Undocumented
Instance Variable _textview 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_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)

Undocumented

def disconnect_all(self): (source)
Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object.
def on_toggle(self, *a): (source)

Undocumented

def set_preferences(self, show_h1, include_hr, fontsize): (source)

Undocumented

def update_size_and_position(self, *a): (source)

Undocumented

def update_size_and_position_after_change(self, *a): (source)

Undocumented

MARGIN_END: int = (source)

Undocumented

Value
12
MARGIN_TOP: int = (source)

Undocumented

Value
12
SCROLL_MARGIN: int = (source)

Undocumented

Value
10
head = (source)

Undocumented

tocwidget = (source)

Undocumented

_head_event_box = (source)

Undocumented

_textview = (source)

Undocumented