| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module grid :: Class GridRangeSelectEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ |NotifyEvent--+ | GridRangeSelectEvent
Proxy of C++ GridRangeSelectEvent 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. |
__repr__(self)
| |
| bool | AltDown(self)
|
| bool | ControlDown(self)
|
| GridCellCoords | GetBottomRightCoords(self)
|
| int | GetBottomRow(self)
|
| int | GetLeftCol(self)
|
| int | GetRightCol(self)
|
| GridCellCoords | GetTopLeftCoords(self)
|
| int | GetTopRow(self)
|
| bool | MetaDown(self)
|
| bool | Selecting(self)
|
| bool | ShiftDown(self)
|
| Method Details |
|---|
__init__(self,
id,
type,
obj,
topLeft,
bottomRight,
sel=True,
control=False,
shift=False,
alt=False,
meta=False)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:01:23 2006 | http://epydoc.sf.net |