.. include:: headings.inc .. currentmodule:: lib.pydocview .. highlight:: python .. _lib.pydocview._DocFrameFileDropTarget: ========================================================================================================================================== |phoenix_title| **_DocFrameFileDropTarget** ========================================================================================================================================== Class used to handle drops into the document frame. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **_DocFrameFileDropTarget** .. raw:: html

Inheritance diagram of _DocFrameFileDropTarget

| |super_classes| Known Superclasses ================================== :class:`FileDropTarget` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.pydocview._DocFrameFileDropTarget.__init__` Initializes the FileDropTarget class with the active docManager and the docFrame. :meth:`~lib.pydocview._DocFrameFileDropTarget.OnDropFiles` Called when files are dropped in the drop target and tells the docManager to open ================================================================================ ================================================================================ | |api| Class API =============== .. class:: _DocFrameFileDropTarget(FileDropTarget) Class used to handle drops into the document frame. .. method:: __init__(self, docManager, docFrame) Initializes the FileDropTarget class with the active docManager and the docFrame. .. method:: OnDropFiles(self, x, y, filenames) Called when files are dropped in the drop target and tells the docManager to open the files.