]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
make wxWindow::SetAutoLayout() now works for all windows, not just panels
[wxWidgets.git] / include / wx / window.h
index c9243e702779464d50c69fe4e93f1e41bebde7c4..7e2470214ae92c8aa029d9d766dc6e92de807fa7 100644 (file)
@@ -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;