| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module aui :: Class AuiNotebookEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ |NotifyEvent--+ | AuiNotebookEvent
Proxy of C++ AuiNotebookEvent 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. |
| AuiNotebook | GetDragSource(self)
|
| int | GetOldSelection(self)
|
| int |
Returns item index for a listbox or choice selection event (not valid for a deselection). |
SetDragSource(self,
s)
| |
SetOldSelection(self,
s)
| |
SetSelection(self,
s)
| |
| Property Summary | |
|---|---|
drag_source | |
old_selection | |
OldSelection: See GetOldSelection and SetOldSelection | |
Selection: See GetSelection and SetSelection | |
selection | |
thisown: The membership flag | |
| Method Details |
|---|
__init__(self,
command_type=wxEVT_NULL,
win_id=0)
|
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:12:06 2007 | http://epydoc.sf.net |