X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56eee37fc87921c9de3396cbfac78c58a42b2033..763b330106e9d3c9c198fc1b1cac4e1ca06c222f:/docs/latex/wx/sizeritem.tex?ds=sidebyside diff --git a/docs/latex/wx/sizeritem.tex b/docs/latex/wx/sizeritem.tex index 28c427efb4..745b5964ea 100644 --- a/docs/latex/wx/sizeritem.tex +++ b/docs/latex/wx/sizeritem.tex @@ -26,11 +26,15 @@ wxSizerItem, but derived sizer classes will. Construct a sizer item for tracking a spacer. +\func{}{wxSizerItem}{\param{wxWindow* }{window}, \param{const wxSizerFlags\& }{flags}} + \func{}{wxSizerItem}{\param{wxWindow* }{window}, \param{int }{proportion}, \param{int }{flag}, \param{int }{border}, \param{wxObject* }{userData}} Construct a sizer item for tracking a window. +\func{}{wxSizerItem}{\param{wxSizer* }{window}, \param{const wxSizerFlags\& }{flags}} + \func{}{wxSizerItem}{\param{wxSizer* }{sizer}, \param{int }{proportion}, \param{int }{flag}, \param{int }{border}, \param{wxObject* }{userData}} Construct a sizer item for tracking a subsizer. @@ -108,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} @@ -141,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}