This event will be sent when a EVT_FLATNOTEBOOK_PAGE_DRAGGED_FOREIGN
is
mapped in the parent.
wx.lib.agw.flatnotebook.FlatNotebookEvent
Default class constructor. |
|
Returns the new notebook. |
|
Returns the old notebook. |
|
Sets the new notebook. |
|
Sets the old notebook. |
This event will be sent when a EVT_FLATNOTEBOOK_PAGE_DRAGGED_FOREIGN
is
mapped in the parent.
Default class constructor.
eventType – the event type;
eventId – the event identifier;
nSel – the current selection;
nOldSel – the old selection.
Returns the new notebook.
Returns the old notebook.
Sets the new notebook.
notebook – an instance of FlatNotebook
.
Sets the old notebook.
notebook – an instance of FlatNotebook
.