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

Widget for selecting GRASS mapset. More...

Public Member Functions

def __init__
def UpdateItems
 Update list of mapsets for given location.

Data Fields

 searchPath
 skipCurrent
 gisdbase
 location

Detailed Description

Widget for selecting GRASS mapset.

Definition at line 907 of file gselect.py.


Constructor & Destructor Documentation

def gselect.MapsetSelect.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  size = globalvar.DIALOG_COMBOBOX_SIZE,
  gisdbase = None,
  location = None,
  setItems = True,
  searchPath = False,
  skipCurrent = False,
  kwargs 
)

Definition at line 911 of file gselect.py.


Member Function Documentation

def gselect.MapsetSelect.UpdateItems (   self,
  location,
  dbase = None 
)

Field Documentation


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