A simple class used to pass messages from the table to the grid.
See |
|
See |
|
See |
wx.grid.
GridTableMessage
(object)¶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, *args, **kw)¶__init__ (self)
__init__ (self, table, id, comInt1=-1, comInt2=-1)
table (wx.grid.GridTableBase) –
id (int) –
comInt1 (int) –
comInt2 (int) –
GetCommandInt
(self)¶int
GetCommandInt2
(self)¶int
GetId
(self)¶int
GetTableObject
(self)¶SetCommandInt
(self, comInt1)¶comInt1 (int) –
SetCommandInt2
(self, comInt2)¶comInt2 (int) –
SetId
(self, id)¶id (int) –
SetTableObject
(self, table)¶table (wx.grid.GridTableBase) –
CommandInt
¶See GetCommandInt
and SetCommandInt
CommandInt2
¶See GetCommandInt2
and SetCommandInt2
TableObject
¶See GetTableObject
and SetTableObject