GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Generic notebook widget. More...
Public Member Functions | |
def | __init__ |
def | AddPage |
Add a page. More... | |
def | InsertPage |
Insert a new page. More... | |
def | SetSelectionByName |
Set notebook. More... | |
def | GetPageIndexByName |
Get notebook page index. More... | |
Data Fields | |
notebookPages | |
Generic notebook widget.
Definition at line 53 of file widgets.py.
def widgets.GNotebook.__init__ | ( | self, | |
parent, | |||
style, | |||
kwargs | |||
) |
Definition at line 56 of file widgets.py.
def widgets.GNotebook.AddPage | ( | self, | |
kwargs | |||
) |
def widgets.GNotebook.GetPageIndexByName | ( | self, | |
page | |||
) |
Get notebook page index.
page | name |
Definition at line 89 of file widgets.py.
References widgets.GNotebook.notebookPages.
Referenced by widgets.GNotebook.SetSelectionByName().
def widgets.GNotebook.InsertPage | ( | self, | |
kwargs | |||
) |
Insert a new page.
Definition at line 72 of file widgets.py.
References widgets.GNotebook.notebookPages.
def widgets.GNotebook.SetSelectionByName | ( | self, | |
page | |||
) |
Set notebook.
page | names, eg. 'layers', 'output', 'search', 'pyshell', 'nviz' |
Definition at line 80 of file widgets.py.
References widgets.GNotebook.GetPageIndexByName(), ghelp.SearchModuleWindow.GetSelection(), gis_set.GListBox.GetSelection(), ghelp.SearchModuleWindow.SetSelection(), and gis_set.GListBox.SetSelection().
widgets.GNotebook.notebookPages |
Definition at line 62 of file widgets.py.
Referenced by widgets.GNotebook.AddPage(), widgets.GNotebook.GetPageIndexByName(), and widgets.GNotebook.InsertPage().