GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
manager.TableListCtrl Class Reference

Table description list. More...

Inheritance diagram for manager.TableListCtrl:
Collaboration diagram for manager.TableListCtrl:

Public Member Functions

def __init__
 
def Update
 Update column description. More...
 
def Populate
 Populate the list. More...
 

Data Fields

 parent
 
 table
 
 columns
 

Detailed Description

Table description list.

Definition at line 2240 of file dbmgr/manager.py.

Constructor & Destructor Documentation

def manager.TableListCtrl.__init__ (   self,
  parent,
  id,
  table,
  columns,
  pos = wx.DefaultPosition,
  size = wx.DefaultSize 
)

Definition at line 2245 of file dbmgr/manager.py.

Member Function Documentation

def manager.TableListCtrl.Populate (   self,
  update = False 
)

Field Documentation

manager.TableListCtrl.columns
manager.TableListCtrl.table

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