Merge branch 'add-dump-window'

Add wxDumpWindow() function.

See https://github.com/wxWidgets/wxWidgets/pull/2558
This commit is contained in:
Vadim Zeitlin
2021-10-21 00:24:47 +01:00
7 changed files with 115 additions and 175 deletions

View File

@@ -2100,6 +2100,9 @@ extern WXDLLIMPEXP_CORE wxWindow *wxGetActiveWindow();
// get the (first) top level parent window
WXDLLIMPEXP_CORE wxWindow* wxGetTopLevelParent(wxWindowBase *win);
// Return a string with platform-dependent description of the window.
extern WXDLLIMPEXP_CORE wxString wxDumpWindow(wxWindowBase* win);
#if wxUSE_ACCESSIBILITY
// ----------------------------------------------------------------------------
// accessible object for windows