| 
    GRASS Programmer's Manual
    6.5.svn(2014)-r66266
    
   | 
 
Base class providing basic methods. More...


Public Member Functions | |
| def | __init__ | 
| def | MakeLabel | 
| Make aligned label.  More... | |
| def | MakeTextCtrl | 
| Generic text control.  More... | |
| def | MakeButton | 
| Generic button.  More... | |
Base class providing basic methods.
Definition at line 21 of file location_wizard/base.py.
| def base.BaseClass.__init__ | ( | self | ) | 
Definition at line 23 of file location_wizard/base.py.
| def base.BaseClass.MakeButton | ( | self, | |
| text, | |||
id = wx.ID_ANY,  | 
        |||
size = (-1,-1,  | 
        |||
parent = None,  | 
        |||
tooltip = None  | 
        |||
| ) | 
Generic button.
Definition at line 46 of file location_wizard/base.py.
| def base.BaseClass.MakeLabel | ( | self, | |
text = "",  | 
        |||
style = wx.ALIGN_LEFT,  | 
        |||
parent = None,  | 
        |||
tooltip = None  | 
        |||
| ) | 
Make aligned label.
Definition at line 26 of file location_wizard/base.py.
Referenced by dialogs.RegionDef.OnSettings3DPaneChanged().
| def base.BaseClass.MakeTextCtrl | ( | self, | |
text = '',  | 
        |||
size = (100,-1,  | 
        |||
style = 0,  | 
        |||
parent = None,  | 
        |||
tooltip = None  | 
        |||
| ) | 
Generic text control.
Definition at line 36 of file location_wizard/base.py.