added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSizer()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user