phoenix_title wx.grid.GridTableMessage

A simple class used to pass messages from the table to the grid.


class_hierarchy Class Hierarchy

Inheritance diagram for class GridTableMessage:

method_summary Methods Summary

__init__

GetCommandInt

GetCommandInt2

GetId

GetTableObject

SetCommandInt

SetCommandInt2

SetId

SetTableObject


property_summary Properties Summary

CommandInt

See GetCommandInt and SetCommandInt

CommandInt2

See GetCommandInt2 and SetCommandInt2

Id

See GetId and SetId

TableObject

See GetTableObject and SetTableObject


api 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.

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)



__init__ (self, table, id, comInt1=-1, comInt2=-1)

Parameters



GetCommandInt(self)
Return type

int

GetCommandInt2(self)
Return type

int

GetId(self)
Return type

int

GetTableObject(self)
Return type

wx.grid.GridTableBase

SetCommandInt(self, comInt1)
Parameters

comInt1 (int) –

SetCommandInt2(self, comInt2)
Parameters

comInt2 (int) –

SetId(self, id)
Parameters

id (int) –

SetTableObject(self, table)
Parameters

table (wx.grid.GridTableBase) –

CommandInt

See GetCommandInt and SetCommandInt

CommandInt2

See GetCommandInt2 and SetCommandInt2

Id

See GetId and SetId

TableObject

See GetTableObject and SetTableObject