This event class is used for the events generated by wx.adv.HyperlinkCtrl.
^^
Handlers bound for the following event types will receive a wx.adv.HyperlinkEvent parameter.
EVT_HYPERLINK: User clicked on a hyperlink. ^^
The constructor is not normally used by the user code. |
|
Returns the URL of the hyperlink where the user has just clicked. |
|
Sets the URL associated with the event. |
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.
__init__
(self, generator : Object, id : int, url : str)¶The constructor is not normally used by the user code.
generator (wx.Object) –
id (int) –
url (string) –
None
GetURL
(self)¶Returns the URL of the hyperlink where the user has just clicked.
str
SetURL
(self, url : str)¶Sets the URL associated with the event.
url (string) –
None