GRASS Programmer's Manual  6.4.2(2012)
gui_modules.gselect.ElementSelect Class Reference

Public Member Functions

def __init__
 Widget for selecting GIS element.
def GetValue
 Translate value.

Data Fields

 values

Detailed Description

Definition at line 1645 of file gselect.py.


Constructor & Destructor Documentation

def gui_modules.gselect.ElementSelect.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  size = globalvar.DIALOG_COMBOBOX_SIZE,
  kwargs 
)

Widget for selecting GIS element.

Parameters:
parentparent window

Definition at line 1646 of file gselect.py.


Member Function Documentation

def gui_modules.gselect.ElementSelect.GetValue (   self,
  name 
)

Translate value.

Parameters:
nameelement name

Definition at line 1662 of file gselect.py.


Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines