X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40210d8a0a4c463426b05b70a48cf3484e8088b9..94cf5fc7230759904c7fe2e616383f64ea4da02d:/docs/latex/wx/sizeritem.tex?ds=sidebyside diff --git a/docs/latex/wx/sizeritem.tex b/docs/latex/wx/sizeritem.tex index ea560aef9e..885981eaef 100644 --- a/docs/latex/wx/sizeritem.tex +++ b/docs/latex/wx/sizeritem.tex @@ -112,7 +112,7 @@ Get the ration item attribute. \func{wxRect}{GetRect}{\void} -Get the rectangle of the item on the parent window. +Get the rectangle of the item on the parent window, excluding borders. \membersection{wxSizerItem::GetSize}\label{wxsizeritemgetsize} @@ -145,7 +145,7 @@ Get the userData item attribute. \constfunc{wxWindow*}{GetWindow}{\void} -If this item is trackign a window then return it. NULL otherwise. +If this item is tracking a window then return it. NULL otherwise. \membersection{wxSizerItem::IsShown}\label{wxsizeritemisshown} @@ -183,7 +183,7 @@ Set the border item attribute. \membersection{wxSizerItem::SetDimension}\label{wxsizeritemsetdimension} -\func{void}{SetDimension}{\param{wxPoint }{pos}, \param{wxSize }{size}} +\func{void}{SetDimension}{\param{const wxPoint\& }{pos}, \param{const wxSize\& }{size}} Set the position and size of the space allocated to the sizer, and adjust the position and size of the item to be within that space