GRASS Programmer's Manual
6.4.2(2012)
|
Base class providing basic methods. More...
Public Member Functions | |
def | __init__ |
def | MakeLabel |
Make aligned label. | |
def | MakeTextCtrl |
Generic text control. | |
def | MakeButton |
Generic button. |
Base class providing basic methods.
Definition at line 67 of file location_wizard.py.
def gui_modules.location_wizard.BaseClass.__init__ | ( | self | ) |
Definition at line 69 of file location_wizard.py.
def gui_modules.location_wizard.BaseClass.MakeButton | ( | self, | |
text, | |||
id = wx.ID_ANY , |
|||
size = (-1,-1 , |
|||
parent = None |
|||
) |
Generic button.
Definition at line 86 of file location_wizard.py.
def gui_modules.location_wizard.BaseClass.MakeLabel | ( | self, | |
text = "" , |
|||
style = wx.ALIGN_LEFT , |
|||
parent = None |
|||
) |
Make aligned label.
Definition at line 72 of file location_wizard.py.
Referenced by gui_modules.location_wizard.RegionDef.OnSettings3DPaneChanged().
def gui_modules.location_wizard.BaseClass.MakeTextCtrl | ( | self, | |
text = '' , |
|||
size = (100,-1 , |
|||
style = 0 , |
|||
parent = None |
|||
) |
Generic text control.
Definition at line 79 of file location_wizard.py.