Files
wxWidgets/src/html
Vadim Zeitlin 69e48f036b Add wxApp::GetMainTopWindow() wrapper
This trivial function just allows to avoid checking if wxTheApp is not
null before calling GetTopWindow() on it.

Replace the existing "wxTheApp && wxTheApp->GetTopWindow()" calls with
wxApp::GetMainTopWindow().

No real changes.
2021-03-07 23:51:54 +01:00
..
2020-12-23 17:03:06 +01:00
2020-11-28 16:56:22 +01:00
2020-10-16 01:58:13 +02:00