search for: wxhyperlinkctrl

Displaying 2 results from an estimated 2 matches for "wxhyperlinkctrl".

Did you mean: hyperlinkctrl
2007 Jun 26
0
[1081] trunk/wxruby2: Added HyperlinkCtrl from the 2.8 API plus event mappings
...y2swigclassesHyperlinkCtrli">trunk/wxruby2/swig/classes/HyperlinkCtrl.i</a></li> <li><a href="#trunkwxruby2swigclassesHyperlinkEventi">trunk/wxruby2/swig/classes/HyperlinkEvent.i</a></li> <li><a href="#trunkwxruby2swigclassesincludewxHyperlinkCtrlh">trunk/wxruby2/swig/classes/include/wxHyperlinkCtrl.h</a></li> <li><a href="#trunkwxruby2swigclassesincludewxHyperlinkEventh">trunk/wxruby2/swig/classes/include/wxHyperlinkEvent.h</a></li> </ul> </div> <div id="patch"&...
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...amp;nbsp&nbsp (rev 0) +++ trunk/wxruby2/doc/textile/hyperlinkctrl.txtl&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-06-26 18:38:40 UTC (rev 1082) </span><span class="lines">@@ -0,0 +1,190 @@ </span><ins>+h1(#wxhyperlinkctrl). Wx::HyperlinkCtrl + +This class shows a static text element which links to an URL. +Appearance and behaviour is completely customizable. In fact, when the user +clicks on the hyperlink, a "HyperlinkEvent":hyperlinkevent.html is +sent but if that event is not handled (or it''s sk...