]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/panel.h
better docs for wxDataViewColumn
[wxWidgets.git] / interface / wx / panel.h
index 59acc6534a106a5606054504f2baf696b760008f..f836f6c6a1f35557f7c1fa843504ee3c72c88d30 100644 (file)
@@ -96,6 +96,12 @@ public:
     */
     virtual void InitDialog();
 
+    /**
+        See wxWindow::SetAutoLayout(): when auto layout is on, this function gets
+        called automatically when the window is resized.
+    */
+    virtual bool Layout();
+
     /**
         The default handler for wxEVT_SYS_COLOUR_CHANGED.