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

Use wx.ListCtrl instead of wx.ListBox, different style for non-selectable items (e.g. More...

Public Member Functions

def __init__
def Clear
def InsertItems
def SetSelection
def GetSelection

Data Fields

 selected
 Windows -> FIXME.

Detailed Description

Use wx.ListCtrl instead of wx.ListBox, different style for non-selectable items (e.g.

mapsets with denied permission)

Definition at line 811 of file gis_set.py.


Constructor & Destructor Documentation

def gis_set.GListBox.__init__ (   self,
  parent,
  id,
  size,
  choices,
  disabled = [] 
)

Definition at line 815 of file gis_set.py.


Member Function Documentation

def gis_set.GListBox.Clear (   self)

Definition at line 843 of file gis_set.py.

def gis_set.GListBox.InsertItems (   self,
  choices,
  pos,
  disabled = [] 
)

Definition at line 846 of file gis_set.py.

References gis_set.GListBox._LoadData().

def gis_set.GListBox.SetSelection (   self,
  item,
  force = False 
)

Field Documentation


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