more fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-09-27 12:29:33 +00:00
parent adaaa68635
commit 18e8e19b94
5 changed files with 132 additions and 102 deletions

View File

@@ -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;
};