class documentation

class DistractionFreeMainWindowExtension(MainWindowExtension): (source)

View In Hierarchy

Undocumented

Method __init__ Constructor @param plugin: the plugin object to which this extension belongs @param window: the Gtk.Window being extended
Method insert_maxwidth Undocumented
Method on_fullscreen_changed Undocumented
Method on_preferences_changed Undocumented
Method on_window_state_event Undocumented
Method remove_maxwidth Undocumented
Method set_bar_state_fullscreen Undocumented
Instance Variable preferences Undocumented
Method _new_css_provider Undocumented
Method _pathbar_widgets Undocumented
Instance Variable _css_provider Undocumented
Instance Variable _maxwidth Undocumented
Instance Variable _show_panes Undocumented

Inherited from MainWindowExtension:

Method on_destroy Undocumented
Instance Variable uistate Undocumented
Instance Variable window Undocumented

Inherited from ActionExtensionBase (via MainWindowExtension):

Method add_to_headerbar Undocumented
Method remove_from_headerbar Undocumented
Method set_action_in_headerbar Undocumented
Method teardown No summary
Instance Variable actiongroup Undocumented
Static Method _uimanager_xml Undocumented
Method _add_actions Undocumented
Instance Variable _uimanager Undocumented
Instance Variable _uimanager_ids Undocumented

Inherited from ExtensionBase (via MainWindowExtension, ActionExtensionBase):

Method destroy Called when the plugin is being destroyed Calls teardown() followed by the teardown() methods of parent base classes.
Class Variable __signals__ Undocumented
Instance Variable obj the extendable object
Instance Variable plugin the plugin object to which this extension belongs

Inherited from SignalEmitter (via MainWindowExtension, ActionExtensionBase, ExtensionBase):

Method __new__ Undocumented
Method block_signals Returns a context manager for blocking one or more signals
Method connect Register a handler for a specific object.
Method connect_after Like connect() but handler will be called after default handler
Method disconnect Undocumented
Method emit Undocumented
Method emit_return_first Emits a signal and stops emission on the first handler that returns a not-None value.
Method emit_return_iter Returns an generator that calls one handler on each iteration and yields the return values. This allows aggregating return values.
Method _connect Undocumented
Method _setup_signal Undocumented
Method _teardown_signal Undocumented

Inherited from ConnectorMixin (via MainWindowExtension, ActionExtensionBase, ExtensionBase):

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, plugin, window): (source)
Constructor
Parameters
pluginthe plugin object to which this extension belongs
windowthe Gtk.Window being extended
def insert_maxwidth(self): (source)

Undocumented

def on_fullscreen_changed(self, window): (source)

Undocumented

def on_preferences_changed(self, preferences): (source)

Undocumented

def on_window_state_event(self, window, event): (source)

Undocumented

def remove_maxwidth(self): (source)

Undocumented

def set_bar_state_fullscreen(self): (source)

Undocumented

preferences = (source)

Undocumented

def _new_css_provider(self): (source)

Undocumented

def _pathbar_widgets(self): (source)

Undocumented

_css_provider = (source)

Undocumented

_maxwidth = (source)

Undocumented

_show_panes = (source)

Undocumented