*************** wx.TextUrlEvent *************** Inheritance diagram for `wx.TextUrlEvent`: | .. inheritance-diagram:: wx.TextUrlEvent | Description =========== Proxy of C++ TextUrlEvent class. Derived From ^^^^^^^^^^^^^ * `wx.CommandEvent `_ * `wx.Event `_ * `wx.Object `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `GetMouseEvent <#GetMouseEvent>`_ * `GetURLEnd <#GetURLEnd>`_ * `GetURLStart <#GetURLStart>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `MouseEvent <#MouseEvent>`_ * `URLEnd <#URLEnd>`_ * `URLStart <#URLStart>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(winid, evtMouse, start, end) Constructor. **Parameters:** * `winid` (int) * `evtMouse` (`wx.MouseEvent `_) * `start` (long) * `end` (long) | **Returns:** `wx.TextUrlEvent `_ -------- .. method:: GetMouseEvent() `No docstrings available for this method.` -------- .. method:: GetURLEnd() `No docstrings available for this method.` -------- .. method:: GetURLStart() `No docstrings available for this method.` -------- Properties ^^^^^^^^^^ .. attribute:: MouseEvent See `GetMouseEvent <#GetMouseEvent>`_ .. attribute:: URLEnd See `GetURLEnd <#GetURLEnd>`_ .. attribute:: URLStart See `GetURLStart <#GetURLStart>`_