X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2be7beda2d186af20ce9f0cd2bc28352d890db77..c2f12218ce9231e0d21a0d5516fcaa7df3e0a2a0:/docs/latex/wx/sizer.tex diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index 87aa48b05d..b3442af356 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -609,6 +609,22 @@ Sets the object of the wxSizerFlags to center itself in the area it is given. \helpref{wxSizerFlags::Center}{wxsizerflagscenter} for people with the other dialect of english. +\membersection{wxSizerFlags::DoubleBorder}\label{wxsizerflagsdoubleborder} + +\func{wxSizerFlags\& }{DoubleBorder}{\param{int }{direction = wxALL}} + +Sets the border in the given \arg{direction} having twice the default border +size. + + +\membersection{wxSizerFlags::DoubleHorzBorder}\label{wxsizerflagsdoublehorzborder} + +\func{wxSizerFlags\& }{DoubleHorzBorder}{\void} + +Sets the border in left and right directions having twice the default border +size. + + \membersection{wxSizerFlags::Expand}\label{wxsizerflagsexpand} \func{wxSizerFlags\& }{Expand}{\void} @@ -651,3 +667,12 @@ Aligns the object to the right, shortcut for \texttt{Align(wxALIGN\_RIGHT)} \helpref{Align}{wxsizerflagsalign} + +\membersection{wxSizerFlags::TripleBorder}\label{wxsizerflagstriplebleborder} + +\func{wxSizerFlags\& }{TripleBorder}{\param{int }{direction = wxALL}} + +Sets the border in the given \arg{direction} having thrice the default border +size. + +