.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.pydocview .. highlight:: python .. _wx.lib.pydocview._DocFrameFileDropTarget: ========================================================================================================================================== |phoenix_title| **wx.lib.pydocview._DocFrameFileDropTarget** ========================================================================================================================================== Class used to handle drops into the document frame. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class _DocFrameFileDropTarget:
| |super_classes| Known Superclasses ================================== :class:`wx.FileDropTarget` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.pydocview._DocFrameFileDropTarget.__init__` Initializes the FileDropTarget class with the active docManager and the docFrame. :meth:`~wx.lib.pydocview._DocFrameFileDropTarget.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. .. 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.