.\" This is a wxWidgets manpage page generated from the XML docs .TH wxSizerFlags 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxSizerFlags \- .SH DESCRIPTION PRELIMINARY. Normally, when you add something to a sizer via wxSizer::Add , you have to specify a lot of flags and parameters. This can be unwieldy. This is where wxSizerFlags comes in. Instead of a bunch of flags and other stuff, you can use wxSizerFlags, which is a convenient class for doing so. Note that by specification, all methods of wxSizerFlags return the wxSizerFlags object itself to ease the calling of multiple methods at a time. .SH "PARENTS" .SH "INCLUDE FILES" .SH MEMBERS .SS wxSizerFlags (int proportion = 0) Creates the wxSizer with the proportion specified by proportion . .SS wxSizerFlags& Align (int align = 0) Sets the alignment of this wxSizerFlags to align . Note that if this method is not called, the wxSizerFlags has no specified alignment. .SS wxSizerFlags& Border (int directionint borderinpixels) Sets the wxSizerFlags to have a border of a number of pixels specified by borderinpixels with the directions specified by direction . .SS wxSizerFlags& Border (int direction = wxALL) Sets the wxSizerFlags to have a border of a default size with the directions specified by direction . .SS wxSizerFlags& Center () Sets the object of the wxSizerFlags to center itself in the area it is given. .SS wxSizerFlags& Centre () wxSizerFlags::Center for people with the other dialect of english. .SS wxSizerFlags& Expand () Sets the object of the wxSizerFlags to expand to fill as much area as it can. .SS wxSizerFlags& Left () Aligns the object to the left, shortcut for Align(wxALIGN_LEFT) .SS wxSizerFlags& Proportion (int proportion = 0) Sets the proportion of this wxSizerFlags to proportion .SS wxSizerFlags& Right () Aligns the object to the right, shortcut for Align(wxALIGN_RIGHT) .SH "SEE ALSO" .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.