]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
wx.Rect.Inflate/Defalte docs
[wxWidgets.git] / wxPython / src / _sizers.i
index 017d394fa5b965222b0555a912c5fb44d108fb7e..e34ed95a19c0c474065e09e8e7c61e9e01c62e79 100644 (file)
@@ -1043,10 +1043,12 @@ public:
         "Constructor. It takes an associated static box and the orientation
 *orient* as parameters - orient can be either of ``wx.VERTICAL`` or
 ``wx.HORIZONTAL``.", "");
+
+    // TODO: wxStaticBoxSizer(int orient, wxWindow *win, const wxString& label = wxEmptyString);
     
-        DocDeclStr(
-            wxStaticBox *, GetStaticBox(),
-            "Returns the static box associated with this sizer.", "");
+    DocDeclStr(
+        wxStaticBox *, GetStaticBox(),
+        "Returns the static box associated with this sizer.", "");
         
 };