X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/112d941fe1e012b646386ae9ce734eaf2b403663..6528a7f14507ed235ab087d63e3a0be68ea9b1b8:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index c9243e7027..7e2470214a 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -1694,6 +1694,11 @@ private: int DoGetPopupMenuSelectionFromUser(wxMenu& menu, int x, int y); #endif // wxUSE_MENUS + // layout the window children when its size changes unless this was + // explicitly disabled with SetAutoLayout(false) + void InternalOnSize(wxSizeEvent& event); + + // the stack of windows which have captured the mouse static struct WXDLLIMPEXP_FWD_CORE wxWindowNext *ms_winCaptureNext;