Phoenix Logo

phoenix_title wx.lib.agw.flatnotebook.FNBDragInfo

Stores all the information to allow drag and drop between different FlatNotebook instances.


class_hierarchy Class Hierarchy

Inheritance diagram for class FNBDragInfo:

method_summary Methods Summary

__init__ Default class constructor.
GetContainer Returns the FlatNotebook page (usually a panel).
GetPageIndex Returns the page index associated with a page.

api Class API



class FNBDragInfo(object)

Stores all the information to allow drag and drop between different FlatNotebook instances.


Methods



__init__(self, container, pageindex)

Default class constructor.

Parameters:
  • 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.