how to get the front window in wxwidgets
Posted
by Quincy
on Stack Overflow
See other posts from Stack Overflow
or by Quincy
Published on 2010-06-05T00:07:38Z
Indexed on
2010/06/05
6:02 UTC
Read the original article
Hit count: 236
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
© Stack Overflow or respective owner