|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Class to make wizard pages. More...


Public Member Functions | |
| def | __init__ |
| def | DoLayout |
| Do page layout. | |
Data Fields | |
| page | |
| title | |
| pagesizer | |
| sizer | |
Class to make wizard pages.
Generic methods to make labels, text entries, and buttons.
| def wizard.TitledPage.__init__ | ( | self, | |
| parent, | |||
| title | |||
| ) |
| def wizard.TitledPage.DoLayout | ( | self | ) |
Do page layout.
Definition at line 73 of file wizard.py.
References wizard.TitledPage.pagesizer, wizard.TitledPage.sizer, dialogs.ElementDialog.sizer, dialogs.TextLayerDialog.sizer, preferences.PreferencesBaseDialog.title, and wizard.TitledPage.title.
Definition at line 63 of file wizard.py.
Referenced by frame.MapFrame.OnCloseWindow(), frame.MapFrame.OnFocus(), and tools.NvizToolWindow.UpdateScrolling().
Definition at line 70 of file wizard.py.
Referenced by wizard.TitledPage.DoLayout().
Definition at line 71 of file wizard.py.
Referenced by wizard.TitledPage.DoLayout().
Definition at line 66 of file wizard.py.
Referenced by wizard.TitledPage.DoLayout(), and dialogs.PlotStatsFrame.OnCopy().