AGW Logo

agw_title FlatNotebookDragEvent

This event will be sent when a EVT_FLATNOTEBOOK_PAGE_DRAGGED_FOREIGN is mapped in the parent.

hierarchy Inheritance Diagram

Inheritance diagram for: FlatNotebookDragEvent

Inheritance diagram of FlatNotebookDragEvent


method_summary Methods Summary

__init__Default class constructor.
GetNotebookReturns the new notebook.
GetOldNotebookReturns the old notebook.
SetNotebookSets the new notebook.
SetOldNotebookSets the old notebook.

API Class API

class FlatNotebookDragEvent(FlatNotebookEvent)[source]

This event will be sent when a EVT_FLATNOTEBOOK_PAGE_DRAGGED_FOREIGN is mapped in the parent.



__init__(eventType, eventId=1, nSel=-1, nOldSel=-1)[source]

Default class constructor.

Parameters:
  • eventType – the event type;
  • eventId – the event identifier;
  • nSel – the current selection;
  • nOldSel – the old selection.


GetNotebook()[source]

Returns the new notebook.



GetOldNotebook()[source]

Returns the old notebook.



SetNotebook(notebook)[source]

Sets the new notebook.

Parameters:notebook – an instance of FlatNotebook.


SetOldNotebook(old)[source]

Sets the old notebook.

Parameters:notebook – an instance of FlatNotebook.
Tree

Table Of Contents

Previous topic

FlatNotebookCompatible

Next topic

FlatNotebookEvent