I am using Wx::HtmlWindow to display some HTML. I'd like to add a search functionality and highlighting the found text.
I thought I'll need to use wxHtmlWindow::SelectWord the docs say: void SelectWord(const wxPoint& pos) but I still don't understand where do I get wxPoint from? Gabor