Differences between revisions 2 and 3
Revision 2 as of 2006-01-02 10:55:09
Size: 920
Editor: 151
Comment:
Revision 3 as of 2008-03-11 10:50:22
Size: 924
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
http://www.sigmacore.net/andrea/images/hyperlinkctrl.jpg {{http://www.sigmacore.net/andrea/images/hyperlinkctrl.jpg}}

HyperLinkCtrl is a Python class that uses wxPython GUI front-end. It has been integrated into the standard wxPython library distribution since version 2.6.0.1, dated 30 May 2005.

This class is very useful when you wish to simulate an hyperlink inside a panel, a window or a frame. 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.

Note: The original idea comes from Angelo Mandato, that has written the C++ code for the wxWidgets library. I have simply translated the code into pure Python implementation.

Downloads, screenshots, demo and more info can be found at:

http://xoomer.virgilio.it/infinity77/eng/freeware.html#hyperlinkctrl

OR:

http://sigmacore.net/andrea/?page_id=2

http://www.sigmacore.net/andrea/images/hyperlinkctrl.jpg

Andrea.

HyperLinkCtrl (last edited 2008-03-11 10:50:22 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.