wx.TextDropTarget

Inheritance diagram for wx.TextDropTarget:



Description

A predefined drop target for dealing with text data.

Derived From

Methods Summary

Class API

Methods

__init__()
No docstrings available for this method.

OnData(x, y, def)

Parameters:

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

Returns:

int


OnDropText(x, y)

Override this function to receive dropped text.

Parameters:

  • x (int): The x coordinate of the mouse.
  • y (int): The y coordinate of the mouse.

Returns:

bool