Module wx.lib.hyperlink
HyperLinkCtrl
is a control for wxPython that acts like a hyper link
in a typical browser. Latest features include the ability to capture
your own Left, Middle, and Right click events to perform your own
custom event handling and ability to open link in a new or current
browser window.
Special thanks to Robin Dunn for the event binder for the 3 mouse buttons.
Latest Revision: Andrea Gavana @ 05 Nov 2005, 22.30 CET
EVT_HYPERLINK_LEFT
-
- Type:
-
PyEventBinder
- Value:
<wx._core.PyEventBinder object at 0xb49214ec>
|
|
EVT_HYPERLINK_MIDDLE
-
- Type:
-
PyEventBinder
- Value:
<wx._core.PyEventBinder object at 0xb49214ac>
|
|
EVT_HYPERLINK_RIGHT
-
- Type:
-
PyEventBinder
- Value:
<wx._core.PyEventBinder object at 0xb492178c>
|
|
wxEVT_HYPERLINK_LEFT
-
- Type:
-
int
- Value:
|
wxEVT_HYPERLINK_MIDDLE
-
- Type:
-
int
- Value:
|
wxEVT_HYPERLINK_RIGHT
-
- Type:
-
int
- Value:
|
wxHYPERLINKS_POPUP_COPY
-
- Type:
-
int
- Value:
|