diff --git a/interface/wx/sizer.h b/interface/wx/sizer.h index a3ceab8e70..beaea4dfeb 100644 --- a/interface/wx/sizer.h +++ b/interface/wx/sizer.h @@ -1179,7 +1179,7 @@ public: int GetProportion() const; /** - Get the ration item attribute. + Get the ratio item attribute. */ float GetRatio() const; @@ -1264,7 +1264,10 @@ public: void SetId(int id); /** - @todo docme. + Sets the minimum size to be allocated for this item. + + If this item is a window, the @a size is also passed to + wxWindow::SetMinSize(). */ void SetInitSize(int x, int y);