wx.PyDropTarget

Inheritance diagram for wx.PyDropTarget:



Description

Proxy of C++ DropTarget class. See wx.DropTarget for the documentation.

Derived From

Class API

Methods

GetData()
No docstrings available for this method.

GetDataObject()
No docstrings available for this method.

GetDefaultAction()
No docstrings available for this method.

OnDragOver(x, y, def)

Parameters:

  • x (int)
  • y (int)
  • def (int)

Returns:

int


OnDrop(x, y)

Parameters:

  • x (int)
  • y (int)

Returns:

bool


OnEnter(x, y, def)

Parameters:

  • x (int)
  • y (int)
  • def (int)

Returns:

int


OnLeave()
No docstrings available for this method.

SetDataObject(dataObject)

Parameters:


SetDefaultAction(action)

Parameters:

  • action (int)