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
Class API
-
class
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.
Methods
-
__init__
(self, *args, **kw)
Overloaded Implementations:
__init__ (self)
__init__ (self, table, id, comInt1=-1, comInt2=-1)
-
GetCommandInt
(self)
-
-
GetCommandInt2
(self)
-
-
GetId
(self)
-
-
GetTableObject
(self)
-
-
SetCommandInt
(self, comInt1)
Parameters: | comInt1 (int) – |
-
SetCommandInt2
(self, comInt2)
Parameters: | comInt2 (int) – |
-
SetId
(self, id)
-
-
SetTableObject
(self, table)
-
Properties
-
CommandInt
See GetCommandInt
and SetCommandInt
-
CommandInt2
See GetCommandInt2
and SetCommandInt2
-
Id
See GetId
and SetId
-
TableObject
See GetTableObject
and SetTableObject