wx.grid.GridTableMessage¶A simple class used to pass messages from the table to the grid.
Class Hierarchy¶
Inheritance diagram for class GridTableMessage:
Methods Summary¶
Properties Summary¶See |
|
See |
|
See |
Class API¶Possible constructors:
GridTableMessage()
GridTableMessage(table, id, comInt1=-1, comInt2=-1)
A simple class used to pass messages from the table to the grid.
__init__ (self)
__init__ (self, table, id, comInt1=-1, comInt2=-1)
table (wx.grid.GridTableBase) –
id (int) –
comInt1 (int) –
comInt2 (int) –
int
int
int
comInt1 (int) –
comInt2 (int) –
id (int) –
table (wx.grid.GridTableBase) –
See GetCommandInt and SetCommandInt
See GetCommandInt2 and SetCommandInt2
See GetTableObject and SetTableObject