X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b5c476168594858670ff74a56869281ed5be807..07c19327922deabc5f140ea3659e65e1c37a5d65:/include/wx/sizer.h diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 1f76fc0554..c245371191 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -621,7 +621,8 @@ class WXDLLEXPORT wxStaticBox; 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(); @@ -668,7 +669,7 @@ public: // is set to _("Save") and m_buttonNegative is set to _("Don't Save") // I wouldn't add any other hacks like that into here, // but this one I can see being useful. - void Finalise(); + void Realize(); wxButton *GetAffirmativeButton() const { return m_buttonAffirmative; } wxButton *GetApplyButton() const { return m_buttonApply; }