X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b2afc5ac76605bef0199f738d9da990a75468cc..3694bb76c11d1ed1518f20a42f8907c948e190bd:/docs/latex/wx/sizeritem.tex diff --git a/docs/latex/wx/sizeritem.tex b/docs/latex/wx/sizeritem.tex index 46a495643d..6573448b8c 100644 --- a/docs/latex/wx/sizeritem.tex +++ b/docs/latex/wx/sizeritem.tex @@ -16,6 +16,10 @@ be more convenient to use it directly. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}} @@ -84,6 +88,13 @@ Return the border attribute. Return the flags attribute. +\membersection{wxSizerItem::GetId}\label{wxsizeritemgetid} + +\constfunc{int}{GetId}{\void} + +Return the numeric id of wxSizerItem, or \texttt{wxID\_NONE} if the id has +not been set. + \membersection{wxSizerItem::GetMinSize}\label{wxsizeritemgetminsize} @@ -201,6 +212,12 @@ taking alignment and borders into account. Set the flag item attribute. +\membersection{wxSizerItem::SetId}\label{wxsizeritemSetId} + +\func{void}{SetId}{\param{int}{id}} + +Sets the numeric id of the wxSizerItem to \arg{id}. + \membersection{wxSizerItem::SetInitSize}\label{wxsizeritemsetinitsize}