Phoenix Logo

phoenix_title wx.lib.pydocview._DocFrameFileDropTarget

Class used to handle drops into the document frame.


class_hierarchy Class Hierarchy

Inheritance diagram for class _DocFrameFileDropTarget:

super_classes Known Superclasses

wx.FileDropTarget


method_summary Methods Summary

__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

api 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.