Re: wxEuphoria - wxHtmlWindow - SelectionToText
- Posted by ghaberek (admin) Sep 23, 2009
- 1300 views
Your wish is my command! It's basically a one-liner anyway...
object WXEUAPI selection_to_text(int htmlwin) { return get_sequence( ((wxHtmlWindow*)htmlwin)->SelectionToText() ); }
The wxEuphoria trunk has been updated.
-Greg