***************** wx.TextDropTarget ***************** Inheritance diagram for `wx.TextDropTarget`: | .. inheritance-diagram:: wx.TextDropTarget | Description =========== A predefined drop target for dealing with text data. .. seealso:: `wx.DropSource `_, `wx.DropTarget `_, `wx.FileDropTarget `_ Derived From ^^^^^^^^^^^^^ * `wx.DropTarget `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `OnData <#OnData>`_ * `OnDropText <#OnDropText>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() `No docstrings available for this method.` -------- .. method:: OnData(x, y, def) | **Parameters:** * `x` (int) * `y` (int) * `def` (int) | **Returns:** `int` -------- .. method:: 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`