Class used to handle drops into the document frame.
__init__ |
Initializes the FileDropTarget class with the active docManager and the docFrame. |
OnDropFiles |
Called when files are dropped in the drop target and tells the docManager to open |
_DocFrameFileDropTarget
(wx.FileDropTarget)¶Class used to handle drops into the document frame.
__init__
(self, docManager, docFrame)¶Initializes the FileDropTarget class with the active docManager and the docFrame.
OnDropFiles
(self, x, y, filenames)¶Called when files are dropped in the drop target and tells the docManager to open the files.