GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
base.BaseClass Class Reference

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.

Detailed Description

Base class providing basic methods.

Definition at line 21 of file location_wizard/base.py.


Constructor & Destructor Documentation

def base.BaseClass.__init__ (   self)

Definition at line 23 of file location_wizard/base.py.


Member Function Documentation

def base.BaseClass.MakeButton (   self,
  text,
  id = wx.ID_ANY,
  size = (-1,-1,
  parent = None 
)

Generic button.

Definition at line 40 of file location_wizard/base.py.

def base.BaseClass.MakeLabel (   self,
  text = "",
  style = wx.ALIGN_LEFT,
  parent = 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 
)

Generic text control.

Definition at line 33 of file location_wizard/base.py.


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