Stores all the information to allow drag and drop between different
FlatNotebook
instances.
Default class constructor. |
|
Returns the |
|
Returns the page index associated with a page. |
FNBDragInfo
(object)¶Stores all the information to allow drag and drop between different
FlatNotebook
instances.
__init__
(self, container, pageindex)¶Default class constructor.
container – the drag and drop container, a page in FlatNotebook
;
pageindex – the index of the tab that is actually being dragged.
GetContainer
(self)¶Returns the FlatNotebook
page (usually a panel).
GetPageIndex
(self)¶Returns the page index associated with a page.