class DefaultNotebookComboBox(NotebookComboBox): (source)
Method | __init__ |
Constructor, |
Method | do_changed |
Undocumented |
Inherited from NotebookComboBox
:
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. |
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). |