X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adaaa68635b4c8a4d8c5284add40366ea3eefb07..704ceca8d2cd8da51a5cc22f8c51fd61c762dbf5:/interface/wx/sizer.h?ds=sidebyside diff --git a/interface/wx/sizer.h b/interface/wx/sizer.h index d17569026a..47f4d875c2 100644 --- a/interface/wx/sizer.h +++ b/interface/wx/sizer.h @@ -299,11 +299,13 @@ public: /** Set the size of the spacer tracked by this item. + @deprecated @todo provide deprecation description */ void SetSpacer(const wxSize& size); /** Set the window to be tracked by this item. + @deprecated @todo provide deprecation description */ void SetWindow(wxWindow* window); @@ -1644,7 +1646,7 @@ public: /** Returns the static box associated with the sizer. */ - wxStaticBox* GetStaticBox(); + wxStaticBox* GetStaticBox() const; };