GRASS Programmer's Manual  6.5.svn(2014)-r66266
 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...

Inheritance diagram for gis_set.GListBox:
Collaboration diagram for gis_set.GListBox:

Public Member Functions

def __init__
 
def Clear
 
def InsertItems
 
def SetSelection
 
def GetSelection
 

Data Fields

 selected
 Windows -> FIXME. More...
 

Detailed Description

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

mapsets with denied permission)

Definition at line 927 of file gis_set.py.

Constructor & Destructor Documentation

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

Definition at line 931 of file gis_set.py.

Member Function Documentation

def gis_set.GListBox.Clear (   self)

Definition at line 959 of file gis_set.py.

Referenced by colorrules.RulesPanel.OnClearAll().

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

Definition at line 962 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: