Navigation

  • Home | 
  • Gallery | 
  • API Docs »
  • wx.lib »
  • wx.lib.agw »
  • wx.lib.agw.hyperlink »
  • wx.lib.agw.hyperlink.HyperLinkEvent
  • index
  • modules |
  • next |
  • previous |

phoenix_title wx.lib.agw.hyperlink.HyperLinkEvent¶

Event object sent in response to clicking on a HyperLinkCtrl.


class_hierarchy Class Hierarchy¶

Inheritance diagram for class HyperLinkEvent:

Inheritance diagram of HyperLinkEvent


super_classes Known Superclasses¶

wx.CommandEvent


method_summary Methods Summary¶

__init__

Default class constructor.

GetPosition

Returns the event position.

SetPosition

Sets the event position.


api Class API¶

class HyperLinkEvent(wx.CommandEvent)¶

Event object sent in response to clicking on a HyperLinkCtrl.


Methods¶

__init__(self, eventType, eventId)¶

Default class constructor.

Parameters
  • eventType – the event type;

  • eventId – the event identifier.



GetPosition(self)¶

Returns the event position.



SetPosition(self, pos)¶

Sets the event position.

Parameters

pos – an instance of wx.Point.

© Copyright 2012-2019, The wxPython Team. Created using Sphinx 2.2.0.