GRASS Programmer's Manual  6.4.4(2014)-r
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 (self, table, columns)
 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: