class NotebookComboBox(Gtk.ComboBox): (source)
Known subclasses: zim.gui.notebookdialog.DefaultNotebookComboBox
Method | __init__ |
Constructor, |
Method | get_notebook |
Returns the uri for the current selected notebook |
Method | set_default_active |
Select the default notebook in the combobox or clear the combobox if no default notebook was defined. |
Method | set_notebook |
Select a specific notebook in the combobox. |
zim.gui.notebookdialog.DefaultNotebookComboBox
Parameters | |
model | either a NotebookTreeModel or None to use the default list. |
current | uri, Folder, NotebookInfo, or Notebook object for the current notebook. If None the default notebook will be shown (if any). |