]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
Removed extraneous semicolons and commas (partly fixes #10456).
[wxWidgets.git] / include / wx / sizer.h
index 4f3312d66827c8081bcaefdfd21450d2a4e1adf4..d65663d1dbce4f079422c29ee64f0d62f4c6bd04 100644 (file)
@@ -666,6 +666,7 @@ public:
         { SetDimension(wxPoint(x, y), wxSize(width, height)); }
 
     size_t GetItemCount() const { return m_children.GetCount(); }
+    bool IsEmpty() const { return m_children.IsEmpty(); }
 
     wxSizerItem* GetItem( wxWindow *window, bool recursive = false );
     wxSizerItem* GetItem( wxSizer *sizer, bool recursive = false );
@@ -757,8 +758,8 @@ private:
 // wxFlexGridSizer
 //---------------------------------------------------------------------------
 
-// the bevaiour for resizing wxFlexGridSizer cells in the "non-flexible"
-// direction
+// values which define the behaviour for resizing wxFlexGridSizer cells in the
+// "non-flexible" direction
 enum wxFlexSizerGrowMode
 {
     // don't resize the cells in non-flexible direction at all