class documentation

class DefaultNotebookComboBox(NotebookComboBox): (source)

View In Hierarchy

Combobox which sets the default notebook
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.
def __init__(self, model=None): (source)
Constructor,
Parameters
modeleither a NotebookTreeModel or None to use the default list.
currenturi, Folder, NotebookInfo, or Notebook object for the current notebook. If None the default notebook will be shown (if any).
def do_changed(self): (source)

Undocumented