]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sizer.h
Add files necessary to run Expat configure.
[wxWidgets.git] / interface / wx / sizer.h
index 9501317cfac0344242ac58e117b1128a0eaa7d49..8cc1117c74f16b59674ae301da5fd45dbc9af6fc 100644 (file)
@@ -642,7 +642,7 @@ public:
     bool IsShown(size_t index) const;
 
     /**
-        Call this to force layout of the children anew, e.g. after having added a child
+        Call this to force layout of the children anew, e.g.\ after having added a child
         to or removed a child (window, other sizer or space) from the sizer while
         keeping the current dimension.
     */
@@ -1883,6 +1883,12 @@ public:
     */
     int GetOrientation() const;
 
+    /**
+        Sets the orientation of the box sizer, either wxVERTICAL
+        or wxHORIZONTAL.
+    */
+    void SetOrientation(int orient);
+
     /**
         Implements the calculation of a box sizer's dimensions and then sets
         the size of its children (calling wxWindow::SetSize if the child is a window).