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 @ 11 May 2005, 21.00 CET
EVT_HYPERLINK_LEFT
-
- Type:
-
PyEventBinder
- Value:
<wx._core.PyEventBinder object at 0xb79ae1ec>
|
|
EVT_HYPERLINK_MIDDLE
-
- Type:
-
PyEventBinder
- Value:
<wx._core.PyEventBinder object at 0xb79ae18c>
|
|
EVT_HYPERLINK_RIGHT
-
- Type:
-
PyEventBinder
- Value:
<wx._core.PyEventBinder object at 0xb79ae48c>
|
|
wxEVT_HYPERLINK_LEFT
-
- Type:
-
int
- Value:
|
wxEVT_HYPERLINK_MIDDLE
-
- Type:
-
int
- Value:
|
wxEVT_HYPERLINK_RIGHT
-
- Type:
-
int
- Value:
|
wxHYPERLINKS_POPUP_COPY
-
- Type:
-
int
- Value:
|