Displaying 1 result from an estimated 1 matches for "wxhyperlinkctrlgeturl".
2007 Jun 26
0
[1083] trunk/wxruby2/doc/textile/hyperlinkevent.txtl: Added HyperlinkCtrl and HyperlinkEvent documentation
...nt#set_url":#HyperlinkEvent_seturl
+
+</div>
+
+
+h3(#wxhyperlinkctrlnew). HyperlinkEvent.new
+
+ *HyperlinkEvent.new*(%(arg-type)Object% generator, %(arg-type)Integer% id,
+ %(arg-type)String% url)
+
+The constructor is not normally used by the user code.
+
+
+h3(#wxhyperlinkctrlgeturl). HyperlinkEvent#get_url
+
+ String *get_url*()
+
+Returns the URL of the hyperlink where the user has just clicked.
+
+
+h3(#wxhyperlinkctrlseturl). HyperlinkEvent#set_url
+
+ *set_url*(%(arg-type)String% url)
+
+Sets the URL associated with the event.
+
</ins></span></pre>
<...