class documentation

class PageWindow(WindowBaseMixin, Window): (source)

View In Hierarchy

Window to show a single page
Method __init__ Undocumented
Method save_uistate Undocumented
Class Variable __gsignals__ Undocumented
Instance Variable menubar Undocumented
Instance Variable navigation Undocumented
Instance Variable notebook Undocumented
Instance Variable page Undocumented
Instance Variable pageview Undocumented
Instance Variable uimanager Undocumented
Instance Variable uistate Undocumented
Method _populate_headerbar Undocumented
Instance Variable _block_toggle_panes Undocumented
Instance Variable _headerbar Undocumented
Instance Variable _sidepane_autoclose Undocumented
Instance Variable _uiactions Undocumented

Inherited from WindowBaseMixin:

Method do_pane_state_changed Undocumented
Method do_set_focus Undocumented
Method set_title Undocumented
Method setup_toggle_editable_state Setup sensitivity of the "toggle_editable" action @param editable_uistate: default state if control is sensitive
Method toggle_editable Menu action to toggle the read-only state of the application @emits: readonly-changed
Method toggle_fullscreen Menu action to toggle the fullscreen state of the window
Method toggle_panes Menu action to toggle the visibility of the all panes @param show: when True or False force the visibility, when None toggle based on current state
Method toggle_sidepane_focus No summary
Method _init_fullscreen_headerbar Undocumented
Method _on_fullscreen_eventbox_enter Undocumented
Method _on_fullscreen_eventbox_leave Undocumented
Method _populate_headerbars Undocumented
Method _set_tooltip_hack Undocumented
Method _style_toggle_editable_button Undocumented
Method _update_fullscreen_revealer Undocumented
Instance Variable _fullscreen_eventbox Undocumented
Instance Variable _fullscreen_headerbar Undocumented
Instance Variable _fullscreen_revealer Undocumented
Instance Variable _in_fullscreen_eventbox Undocumented

Inherited from Window:

Method add Add the main widget. @param widget: gtk widget to add in the window
Method add_bar No summary
Method add_center_bar Add a widget in the central part of the window above the page. @param widget: the gtk widget to show in the tab
Method add_tab No summary
Method do_set_focus Undocumented
Method focus_last_focussed_sidepane Undocumented
Method focus_sidepane Undocumented
Method get_pane_state No summary
Method get_used_panes Returns a list of panes that are in use (i.e. not empty)
Method get_visible_panes Returns a list of panes that are visible
Method init_uistate Undocumented
Method move_bottom_minimized_tabs_to_statusbar Undocumented
Method pack_start Undocumented
Method present Undocumented
Method remove Remove widget from any pane @param widget: the widget to remove
Method set_pane_state No summary
Method show Undocumented
Method show_all Undocumented
Method show_all_panes Undocumented
Method toggle_panes No summary
Method _get_pane_ordering Undocumented
Method _panes Undocumented
Method _set_pane_ordering Undocumented
Instance Variable _last_sidepane_focus Undocumented
Instance Variable _uistate_initialized Undocumented
Instance Variable _zim_window_bottom_minimized Undocumented
Instance Variable _zim_window_bottom_pane Undocumented
Instance Variable _zim_window_bottom_paned Undocumented
Instance Variable _zim_window_central_hbox Undocumented
Instance Variable _zim_window_central_vbox Undocumented
Instance Variable _zim_window_left_minimized Undocumented
Instance Variable _zim_window_left_pane Undocumented
Instance Variable _zim_window_left_paned Undocumented
Instance Variable _zim_window_main Undocumented
Instance Variable _zim_window_overlay Undocumented
Instance Variable _zim_window_right_minimized Undocumented
Instance Variable _zim_window_right_pane Undocumented
Instance Variable _zim_window_right_paned Undocumented
Instance Variable _zim_window_sidepanes Undocumented
Instance Variable _zim_window_top_minimized Undocumented
Instance Variable _zim_window_top_pane Undocumented
Instance Variable _zim_window_top_paned Undocumented
def __init__(self, notebook, page, navigation, editable=True): (source)

Undocumented

def save_uistate(self): (source)

Undocumented

__gsignals__ = (source)

Undocumented

menubar = (source)

Undocumented

navigation = (source)

Undocumented

notebook = (source)

Undocumented

page = (source)

Undocumented

pageview = (source)

Undocumented

uimanager = (source)

Undocumented

uistate = (source)

Undocumented

def _populate_headerbar(self, headerbar): (source)

Undocumented

_headerbar = (source)

Undocumented

_uiactions = (source)

Undocumented