class WindowBaseMixin(object): (source)
Known subclasses: zim.gui.mainwindow.MainWindow
, zim.gui.mainwindow.PageWindow
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 | _block_toggle_panes |
Undocumented |
Instance Variable | _fullscreen_eventbox |
Undocumented |
Instance Variable | _fullscreen_headerbar |
Undocumented |
Instance Variable | _fullscreen_revealer |
Undocumented |
Instance Variable | _in_fullscreen_eventbox |
Undocumented |
Instance Variable | _sidepane_autoclose |
Undocumented |
Parameters | |
editable_uistate | default state if control is sensitive |
Unknown Field: emits | |
readonly-changed |
Parameters | |
show | when True or False force the visibility, when None toggle based on current state |