wxsizerflags(3erl) linux man page | unix.com

Man Page: wxsizerflags

Operating Environment: linux

Section: 3erl

wxSizerFlags(3erl)					     Erlang Module Definition						wxSizerFlags(3erl)

NAME
wxSizerFlags - See external documentation: wxSizerFlags.
DESCRIPTION
See external documentation: wxSizerFlags .
DATA TYPES
wxSizerFlags() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
EXPORTS
new() -> wxSizerFlags() Equivalent to new([]) . new(Options::[Option]) -> wxSizerFlags() Types Option = {proportion, integer()} See external documentation . align(This::wxSizerFlags(), Alignment::integer()) -> wxSizerFlags() See external documentation . border(This::wxSizerFlags()) -> wxSizerFlags() Equivalent to border(This, []) . border(This::wxSizerFlags(), Options::[Option]) -> wxSizerFlags() Types Option = {direction, integer()} See external documentation . border(This::wxSizerFlags(), Direction::integer(), BorderInPixels::integer()) -> wxSizerFlags() See external documentation . center(This::wxSizerFlags()) -> wxSizerFlags() See external documentation . centre(This::wxSizerFlags()) -> wxSizerFlags() See external documentation . expand(This::wxSizerFlags()) -> wxSizerFlags() See external documentation . left(This::wxSizerFlags()) -> wxSizerFlags() See external documentation . proportion(This::wxSizerFlags(), Proportion::integer()) -> wxSizerFlags() See external documentation . right(This::wxSizerFlags()) -> wxSizerFlags() See external documentation . destroy(This::wxSizerFlags()) -> ok Destroys this object, do not use object again
AUTHORS
<> wxErlang 0.98.9 wxSizerFlags(3erl)
Related Man Pages
wxfiledialog(3erl) - linux
wxflexgridsizer(3erl) - linux
wxjoystickevent(3erl) - linux
wxpickerbase(3erl) - linux
wxspinbutton(3erl) - linux
Similar Topics in the Unix Linux Community
Perl script assistance; paste word into external command
Compilation problem with gfortran
Help with excluding .Trashes in an rsync backup
using an awk internal variable as parameter for an external array
How can we assign value to an array variable from an external file?