X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f353563055080c651d9929ab8880eefcf2b790e..0d97c0902355bd73c080ebffa45ec809813df51d:/docs/latex/wx/sizer.tex diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index ef5c5b2c26..22d64fe7e7 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -468,6 +468,12 @@ Sets the alignment of this wxSizerFlags to \tt{align}. Note that if this method is not called, the wxSizerFlags has no specified alignment. +\wxheading{See also} + +\helpref{Left}{wxsizerflagsleft},\\ +\helpref{Right}{wxsizerflagsright},\\ +\helpref{Centre}{wxsizerflagscentre} + \membersection{wxSizerFlags::Border}\label{wxsizerflagsborder} @@ -501,6 +507,17 @@ Sets the object of the wxSizerFlags to center itself in the area it is given. Sets the object of the wxSizerFlags to expand to fill as much area as it can. +\membersection{wxSizerFlags::Left}\label{wxsizerflagsleft} + +\func{wxSizerFlags\& }{Left}{\void} + +Aligns the object to the left, shortcut for \texttt{Align(wxALIGN\_LEFT)} + +\wxheading{See also} + +\helpref{Align}{wxsizerflagsalign} + + \membersection{wxSizerFlags::Proportion}\label{wxsizerflagsproportion} \func{wxSizerFlags\& }{Proportion}{\param{int }{proportion = 0}} @@ -508,4 +525,13 @@ Sets the object of the wxSizerFlags to expand to fill as much area as it can. Sets the proportion of this wxSizerFlags to \tt{proportion} +\membersection{wxSizerFlags::Right}\label{wxsizerflagsright} + +\func{wxSizerFlags\& }{Right}{\void} + +Aligns the object to the right, shortcut for \texttt{Align(wxALIGN\_RIGHT)} + +\wxheading{See also} + +\helpref{Align}{wxsizerflagsalign}