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. |
FlatNotebookDragEvent
(FlatNotebookEvent)¶This event will be sent when a EVT_FLATNOTEBOOK_PAGE_DRAGGED_FOREIGN
is
mapped in the parent.
__init__
(self, eventType, eventId=1, nSel=-1, nOldSel=-1)¶Default class constructor.
eventType – the event type;
eventId – the event identifier;
nSel – the current selection;
nOldSel – the old selection.
GetNotebook
(self)¶Returns the new notebook.
GetOldNotebook
(self)¶Returns the old notebook.
SetNotebook
(self, notebook)¶Sets the new notebook.
notebook – an instance of FlatNotebook
.
SetOldNotebook
(self, old)¶Sets the old notebook.
notebook – an instance of FlatNotebook
.