| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class BookCtrlBaseEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ |NotifyEvent--+ | BookCtrlBaseEvent
ChoicebookEvent,
ListbookEvent,
NotebookEvent,
ToolbookEvent,
TreebookEventProxy of C++ BookCtrlBaseEvent 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. |
| int | GetOldSelection(self)
|
| int |
Returns item index for a listbox or choice selection event (not valid for a deselection). |
SetOldSelection(self,
nOldSel)
| |
SetSelection(self,
nSel)
| |
| Property Summary | |
|---|---|
OldSelection: See GetOldSelection and SetOldSelection | |
Selection: See GetSelection and SetSelection | |
thisown: The membership flag | |
| Method Details |
|---|
__init__(self,
commandType=wxEVT_NULL,
id=0,
nSel=-1,
nOldSel=-1)
|
GetSelection(self)Returns item index for a listbox or choice selection event (not valid for a deselection).
|
| Property Details |
|---|
OldSelectionSee
|
SelectionSee
|
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:18 2007 | http://epydoc.sf.net |