]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/sizer.h
More interface header reviews by Azriel Fasten, along with a simple item "add" group...
[wxWidgets.git] / interface / sizer.h
index df82b3797010f5146a59b66200837414c9373b84..c208e9973e6b365c495ec8bf481d9a22b1543fd0 100644 (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.