wx.lib.agw.hyperlink.HyperLinkEvent¶
Event object sent in response to clicking on a HyperLinkCtrl
.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
Returns the event position. |
|
Sets the event position. |
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.