Re: wxEuphoria - wxHtmlWindow - SelectionToText

new topic     » goto parent     » topic index » view thread      » older message » newer message

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. blink

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu