AGW Logo

agw_title HyperLinkEvent

Event object sent in response to clicking on a HyperLinkCtrl.

hierarchy Inheritance Diagram

Inheritance diagram for: HyperLinkEvent

Inheritance diagram of HyperLinkEvent


method_summary Methods Summary

__init__Default Class Constructor.
GetPositionReturns the event position.
SetPositionSets the event position.

API Class API

class HyperLinkEvent(wx.PyCommandEvent)[source]

Event object sent in response to clicking on a HyperLinkCtrl.



__init__(eventType, eventId)[source]

Default Class Constructor.

Parameters:
  • eventType – the event type;
  • eventId – the event identifier.


GetPosition()[source]

Returns the event position.



SetPosition(pos)[source]

Sets the event position.

Parameters:pos – an instance of wx.Point.
Tree

Table Of Contents

Previous topic

HyperLinkCtrl

Next topic

SVN Revision 68362 For hyperlink