.. 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
.. currentmodule:: wx.lib.agw.hyperlink
.. highlight:: python
.. _wx.lib.agw.hyperlink.HyperLinkEvent:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.hyperlink.HyperLinkEvent**
==========================================================================================================================================
Event object sent in response to clicking on a :class:`HyperLinkCtrl`.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
HyperLinkEvent:
|
|super_classes| Known Superclasses
==================================
:class:`wx.CommandEvent`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.agw.hyperlink.HyperLinkEvent.__init__` Default class constructor.
:meth:`~wx.lib.agw.hyperlink.HyperLinkEvent.GetPosition` Returns the event position.
:meth:`~wx.lib.agw.hyperlink.HyperLinkEvent.SetPosition` Sets the event position.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: HyperLinkEvent(wx.CommandEvent)
Event object sent in response to clicking on a :class:`HyperLinkCtrl`.
.. method:: __init__(self, eventType, eventId)
Default class constructor.
:param `eventType`: the event type;
:param `eventId`: the event identifier.
.. method:: GetPosition(self)
Returns the event position.
.. method:: SetPosition(self, pos)
Sets the event position.
:param `pos`: an instance of :class:`wx.Point`.