wx.lib.pydocview._DocFrameFileDropTarget¶
Class used to handle drops into the document frame.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initializes the FileDropTarget class with the active docManager and the docFrame. |
|
Called when files are dropped in the drop target and tells the docManager to open |
Class API¶
- class _DocFrameFileDropTarget(wx.FileDropTarget)¶
Class used to handle drops into the document frame.
Methods¶
- __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.