Table Of Contents

Previous topic

pydocview

Next topic

AboutDialog

This Page

phoenix_title _DocFrameFileDropTarget

Class used to handle drops into the document frame.


class_hierarchy Inheritance Diagram

Inheritance diagram for class _DocFrameFileDropTarget

Inheritance diagram of _DocFrameFileDropTarget


super_classes Known Superclasses

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