module documentation
(source)

This module contains the notebook dialog which is used for the "open another notebook" action and which is shown if you start zim without argument. The dialog directly modifies the notebook list obtained from zim.notebook.get_notebook_list(). A special dropdown allows settign the special entry for the default notebook which will be openend directly the next time zim is started without arguments.
Unknown Field: newfield
columnColumn, Columns
Class AddNotebookDialog Undocumented
Class DefaultNotebookComboBox Combobox which sets the default notebook
Class NotebookComboBox Combobox showing the a list of notebooks
Class NotebookDialog Dialog which allows the user to select a notebook from a list of defined notebooks.
Class NotebookTreeModel TreeModel that wraps a notebook list
Class NotebookTreeView Undocumented
Function prompt_notebook No summary
Constant INFO_COL Undocumented
Constant NAME_COL Undocumented
Constant OPEN_COL Undocumented
Constant PIXBUF_COL Undocumented
Constant TEXT_COL Undocumented
Variable logger Undocumented
Function _run_dialog_with_mainloop Undocumented
def prompt_notebook(): (source)
Prompts the NotebookDialog and returns the result or None. As a special case for first time usage it immediately prompts for the notebook location without showing the notebook list.
Returns
a NotebookInfo object or None
INFO_COL: int = (source)

Undocumented

Value
4
NAME_COL: int = (source)

Undocumented

Value
1
OPEN_COL: int = (source)

Undocumented

Value
0
PIXBUF_COL: int = (source)

Undocumented

Value
3
TEXT_COL: int = (source)

Undocumented

Value
2
logger = (source)

Undocumented

def _run_dialog_with_mainloop(dialog): (source)

Undocumented