how to get the front window in wxwidgets
- by Quincy
In wxWidgets how to get the front most windows on mac? I have a document based application, so each window has a document in it, after change focus, I don't know how to get the front most window.
I'm looking for a function like
wxGetActiveWindow
but the above function only works on windows and GTK, not mac