]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of...
[wxWidgets.git] / include / wx / sizer.h
index 786c28f8e239cac5c56681727fe4a68683b5b7c4..c38c47a0ef7932a565acbc9bff4813b0af94857f 100644 (file)
@@ -621,7 +621,8 @@ class WXDLLEXPORT wxStaticBox;
 class WXDLLEXPORT wxStaticBoxSizer: public wxBoxSizer
 {
 public:
 class WXDLLEXPORT wxStaticBoxSizer: public wxBoxSizer
 {
 public:
-    wxStaticBoxSizer( wxStaticBox *box, int orient );
+    wxStaticBoxSizer(wxStaticBox *box, int orient);
+    wxStaticBoxSizer(int orient, wxWindow *win, const wxString& label = wxEmptyString);
 
     void RecalcSizes();
     wxSize CalcMin();
 
     void RecalcSizes();
     wxSize CalcMin();
@@ -688,7 +689,7 @@ private:
     DECLARE_NO_COPY_CLASS(wxStdDialogButtonSizer)
 };
 
     DECLARE_NO_COPY_CLASS(wxStdDialogButtonSizer)
 };
 
-#endif // wxUSE_STATBOX
+#endif // wxUSE_BUTTON
 
 #if WXWIN_COMPATIBILITY_2_4
 // NB: wxBookCtrlSizer and wxNotebookSizer are deprecated, they
 
 #if WXWIN_COMPATIBILITY_2_4
 // NB: wxBookCtrlSizer and wxNotebookSizer are deprecated, they