More interface header reviews by Azriel Fasten, along with a simple item "add" group for wxSizer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-05-08 20:46:34 +00:00
parent d5693ba91e
commit f992f2ae26
5 changed files with 257 additions and 146 deletions

View File

@@ -767,6 +767,9 @@ public:
*/
~wxSizer();
/** @name Item Management */
//@{
/**
Appends a child to the sizer.
@@ -940,6 +943,8 @@ public:
*/
wxSizerItem* AddStretchSpacer(int prop = 1);
//@}
/**
This method is abstract and has to be overwritten by any derived class.
Here, the sizer will do the actual calculation of its children's minimal sizes.