This event will be sent when a EVT_FLATNOTEBOOK_PAGE_DRAGGED_FOREIGN
is
mapped in the parent.
__init__ |
Default class constructor. |
GetNotebook |
Returns the new notebook. |
GetOldNotebook |
Returns the old notebook. |
SetNotebook |
Sets the new notebook. |
SetOldNotebook |
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.
Parameters: |
|
---|
GetNotebook
(self)¶Returns the new notebook.
GetOldNotebook
(self)¶Returns the old notebook.
SetNotebook
(self, notebook)¶Sets the new notebook.
Parameters: | notebook – an instance of FlatNotebook . |
---|
SetOldNotebook
(self, old)¶Sets the old notebook.
Parameters: | notebook – an instance of FlatNotebook . |
---|