Class used to handle the FlatNotebook.OnDropTarget()
method when dragging and
dropping between different FlatNotebook
instances.
FNBDropTarget
(wx.DropTarget)¶Class used to handle the FlatNotebook.OnDropTarget()
method when dragging and
dropping between different FlatNotebook
instances.
__init__
(self, parent)¶Default class constructor.
Parameters: | parent – the window handling the drag and drop, an instance of
FlatNotebook . |
---|
OnData
(self, x, y, dragres)¶Called after OnDrop
returns True
.
By default this will usually call GetData
and will return the suggested default value dragres.
Parameters: |
|
---|