GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.location_wizard.BaseClass Class Reference

Base class providing basic methods. More...

Inheritance diagram for gui_modules.location_wizard.BaseClass:

Public Member Functions

def __init__
def MakeLabel
 Make aligned label.
def MakeTextCtrl
 Generic text control.
def MakeButton
 Generic button.

Detailed Description

Base class providing basic methods.

Definition at line 67 of file location_wizard.py.

Constructor & Destructor Documentation

def gui_modules.location_wizard.BaseClass.__init__ (   self)

Definition at line 69 of file location_wizard.py.

Member Function Documentation

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.


The documentation for this class was generated from the following file: