Added wxSizerFlags::Top() and Bottom()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -596,8 +596,10 @@ Note that if this method is not called, the wxSizerFlags has no specified alignm
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{Top}{wxsizerflagstop},\\
|
||||
\helpref{Left}{wxsizerflagsleft},\\
|
||||
\helpref{Right}{wxsizerflagsright},\\
|
||||
\helpref{Bottom}{wxsizerflagsbottom},\\
|
||||
\helpref{Centre}{wxsizerflagscentre}
|
||||
|
||||
|
||||
@@ -615,6 +617,17 @@ default size, as returned by \helpref{GetDefaultBorder}{wxsizerflagsgetdefaultbo
|
||||
is used.
|
||||
|
||||
|
||||
\membersection{wxSizerFlags::Bottom}\label{wxsizerflagsbottom}
|
||||
|
||||
\func{wxSizerFlags\& }{Bottom}{\void}
|
||||
|
||||
Aligns the object to the bottom, shortcut for \texttt{Align(wxALIGN\_BOTTOM)}
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{Align}{wxsizerflagsalign}
|
||||
|
||||
|
||||
\membersection{wxSizerFlags::Center}\label{wxsizerflagscenter}
|
||||
|
||||
\func{wxSizerFlags\& }{Center}{\void}
|
||||
@@ -704,6 +717,17 @@ Set the \texttt{wx\_SHAPED} flag which indicates that the elements should
|
||||
always keep the fixed width to height ratio equal to its original value.
|
||||
|
||||
|
||||
\membersection{wxSizerFlags::Top}\label{wxsizerflagstop}
|
||||
|
||||
\func{wxSizerFlags\& }{Top}{\void}
|
||||
|
||||
Aligns the object to the top, shortcut for \texttt{Align(wxALIGN\_TOP)}
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{Align}{wxsizerflagsalign}
|
||||
|
||||
|
||||
\membersection{wxSizerFlags::TripleBorder}\label{wxsizerflagstriplebleborder}
|
||||
|
||||
\func{wxSizerFlags\& }{TripleBorder}{\param{int }{direction = wxALL}}
|
||||
|
Reference in New Issue
Block a user