Home | Trees | Index | Help |
|
---|
Package wx :: Module grid :: Class GridSizeEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ |NotifyEvent
--+ | GridSizeEvent
Proxy of C++ GridSizeEvent class
Method Summary | |
---|---|
NotifyEvent |
An instance of this class (or one of its derived classes) is sent from a control when the control's state is being changed and the control allows that change to be prevented from happening. |
bool | AltDown(self)
|
bool | CmdDown(self)
|
bool | ControlDown(self)
|
Point | GetPosition(self)
|
int | GetRowOrCol(self)
|
bool | MetaDown(self)
|
bool | ShiftDown(self)
|
Property Summary | |
---|---|
Position : See GetPosition | |
RowOrCol : See GetRowOrCol | |
thisown : The membership flag |
Method Details |
---|
__init__(self,
id,
type,
obj,
rowOrCol=-1,
x=-1,
y=-1,
control=False,
shift=False,
alt=False,
meta=False)
|
Property Details |
---|
PositionSee
|
RowOrColSee
|
thisownThe membership flag
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:39 2007 | http://epydoc.sf.net |