Displaying 1 result from an estimated 1 matches for "launchdefaultbrowser".
2007 Jun 26
0
[1082] trunk/wxruby2/doc/textile/hyperlinkctrl.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...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 skipped; see
+"Event#skip":event.html#Event_skip), then a call to
+"LaunchDefaultBrowser":launchdefaultbrowser.html is done with the
+hyperlink''s URL.
+
+Note that standard "Window":window.html functions like "set_background_colour":#HyperlinkCtrl_setbackgroundcolour, "set_font":#HyperlinkCtrl_setfont, "set_cursor":#HyperlinkCtrl_se...