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

Creates combo box for selecting attribute tables from the database. More...

Public Member Functions

def __init__
def InsertTables
 Insert attribute tables into combobox.

Detailed Description

Creates combo box for selecting attribute tables from the database.

Definition at line 727 of file gselect.py.

Constructor & Destructor Documentation

def gui_modules.gselect.TableSelect.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  value = '',
  pos = wx.DefaultPosition,
  size = globalvar.DIALOG_COMBOBOX_SIZE,
  choices = [] 
)

Member Function Documentation

def gui_modules.gselect.TableSelect.InsertTables (   self,
  driver = None,
  database = None 
)

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