.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.adv.HyperlinkEvent:
==========================================================================================================================================
|phoenix_title| **wx.adv.HyperlinkEvent**
==========================================================================================================================================
This event class is used for the events generated by :ref:`wx.adv.HyperlinkCtrl`.
.. _HyperlinkEvent-events:
|events| Events Emitted by this Class
=====================================
Handlers bound for the following event types will receive a :ref:`wx.adv.HyperlinkEvent` parameter.
- EVT_HYPERLINK: User clicked on a hyperlink.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
HyperlinkEvent:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.adv.HyperlinkEvent.__init__` The constructor is not normally used by the user code.
:meth:`~wx.adv.HyperlinkEvent.GetURL` Returns the URL of the hyperlink where the user has just clicked.
:meth:`~wx.adv.HyperlinkEvent.SetURL` Sets the URL associated with the event.
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.adv.HyperlinkEvent.URL` See :meth:`~wx.adv.HyperlinkEvent.GetURL` and :meth:`~wx.adv.HyperlinkEvent.SetURL`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.adv.HyperlinkEvent(CommandEvent)
**Possible constructors**::
HyperlinkEvent(generator : Object, id : int, url : str) -> None
This event class is used for the events generated by HyperlinkCtrl.
.. method:: __init__(self, generator : Object, id : int, url : str)
The constructor is not normally used by the user code.
:param `generator`:
:type `generator`: wx.Object
:param `id`:
:type `id`: int
:param `url`:
:type `url`: string
:rtype: `None`
.. method:: GetURL(self)
Returns the URL of the hyperlink where the user has just clicked.
:rtype: `str`
.. method:: SetURL(self, url : str)
Sets the URL associated with the event.
:param `url`:
:type `url`: string
:rtype: `None`
.. attribute:: URL
See :meth:`~wx.adv.HyperlinkEvent.GetURL` and :meth:`~wx.adv.HyperlinkEvent.SetURL`