AGW Logo

agw_title FNBDragInfo

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

hierarchy Inheritance Diagram

Inheritance diagram for: FNBDragInfo

Inheritance diagram of FNBDragInfo


method_summary Methods Summary

__init__Default class constructor.
GetContainerReturns the FlatNotebook page (usually a panel).
GetPageIndexReturns the page index associated with a page.

API Class API

class FNBDragInfo(object)[source]

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



__init__(container, pageindex)[source]

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()[source]

Returns the FlatNotebook page (usually a panel).



GetPageIndex()[source]

Returns the page index associated with a page.

Tree

Table Of Contents

Previous topic

flatnotebook

Next topic

FNBDropSource