 
       wx.lib.agw.flatnotebook.FNBDragInfo¶
  wx.lib.agw.flatnotebook.FNBDragInfo¶Stores all the information to allow drag and drop between different
FlatNotebook instances.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| GetContainer | Returns the FlatNotebookpage (usually a panel). | 
| GetPageIndex | Returns the page index associated with a page. | 
 Class API¶
 Class API¶FNBDragInfo(object)¶Stores all the information to allow drag and drop between different
FlatNotebook instances.
__init__(self, container, pageindex)¶Default class constructor.
| Parameters: | 
 | 
|---|
GetContainer(self)¶Returns the FlatNotebook page (usually a panel).
GetPageIndex(self)¶Returns the page index associated with a page.