Package wx :: Package lib :: Module hyperlink
[frames | no frames]

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


Classes
HyperLinkCtrl HyperLinkCtrl is a control for wxPython that acts like a hyper link in a typical browser.
HyperLinkEvent Event object sent in response to clicking on a HyperLinkCtrl.

Variable Summary
PyEventBinder EVT_HYPERLINK_LEFT = <wx._core.PyEventBinder object at 0...
PyEventBinder EVT_HYPERLINK_MIDDLE = <wx._core.PyEventBinder object at...
PyEventBinder EVT_HYPERLINK_RIGHT = <wx._core.PyEventBinder object at ...
int wxEVT_HYPERLINK_LEFT = 10274                                                                 
int wxEVT_HYPERLINK_MIDDLE = 10275                                                                 
int wxEVT_HYPERLINK_RIGHT = 10276                                                                 
int wxHYPERLINKS_POPUP_COPY = 1000                                                                  

Variable Details

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:
10274                                                                 

wxEVT_HYPERLINK_MIDDLE

Type:
int
Value:
10275                                                                 

wxEVT_HYPERLINK_RIGHT

Type:
int
Value:
10276                                                                 

wxHYPERLINKS_POPUP_COPY

Type:
int
Value:
1000                                                                  

Generated by Epydoc 2.1.20050511.rpd on Mon May 30 12:10:54 2005 http://epydoc.sf.net