| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module grid :: Class GridEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ |NotifyEvent--+ | GridEvent
| 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. |
__repr__(self)
| |
| bool | AltDown(self)
|
| bool | ControlDown(self)
|
| int | GetCol(self)
|
| Point | GetPosition(self)
|
| int | GetRow(self)
|
| bool | MetaDown(self)
|
| bool | Selecting(self)
|
| bool | ShiftDown(self)
|
| Method Details |
|---|
__init__(self,
id,
type,
obj,
row=-1,
col=-1,
x=-1,
y=-1,
sel=True,
control=False,
shift=False,
alt=False,
meta=False)
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. The event handler
can call |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:54 2005 | http://epydoc.sf.net |