Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxflexgridsizer(3erl) [linux man page]

wxFlexGridSizer(3erl)					     Erlang Module Definition					     wxFlexGridSizer(3erl)

NAME
wxFlexGridSizer - See external documentation: wxFlexGridSizer. DESCRIPTION
See external documentation: wxFlexGridSizer . This class is derived (and can use functions) from: wxGridSizer wxSizer DATA TYPES
wxFlexGridSizer() : 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(Cols::integer()) -> wxFlexGridSizer() Equivalent to new(Cols, []) . new(Cols::integer(), Options::[Option]) -> wxFlexGridSizer() Types Option = {vgap, integer()} | {hgap, integer()} See external documentation . new(Rows::integer(), Cols::integer(), Vgap::integer(), Hgap::integer()) -> wxFlexGridSizer() See external documentation . addGrowableCol(This::wxFlexGridSizer(), Idx::integer()) -> ok Equivalent to addGrowableCol(This, Idx, []) . addGrowableCol(This::wxFlexGridSizer(), Idx::integer(), Options::[Option]) -> ok Types Option = {proportion, integer()} See external documentation . addGrowableRow(This::wxFlexGridSizer(), Idx::integer()) -> ok Equivalent to addGrowableRow(This, Idx, []) . addGrowableRow(This::wxFlexGridSizer(), Idx::integer(), Options::[Option]) -> ok Types Option = {proportion, integer()} See external documentation . getFlexibleDirection(This::wxFlexGridSizer()) -> integer() See external documentation . getNonFlexibleGrowMode(This::wxFlexGridSizer()) -> WxFlexSizerGrowMode Types WxFlexSizerGrowMode = integer() See external documentation . WxFlexSizerGrowMode is one of ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED | ?wxFLEX_GROWMODE_ALL removeGrowableCol(This::wxFlexGridSizer(), Idx::integer()) -> ok See external documentation . removeGrowableRow(This::wxFlexGridSizer(), Idx::integer()) -> ok See external documentation . setFlexibleDirection(This::wxFlexGridSizer(), Direction::integer()) -> ok See external documentation . setNonFlexibleGrowMode(This::wxFlexGridSizer(), Mode::WxFlexSizerGrowMode) -> ok Types WxFlexSizerGrowMode = integer() See external documentation . WxFlexSizerGrowMode is one of ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED | ?wxFLEX_GROWMODE_ALL destroy(This::wxFlexGridSizer()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxFlexGridSizer(3erl)

Check Out this Related Man Page

wxGauge(3erl)						     Erlang Module Definition						     wxGauge(3erl)

NAME
wxGauge - See external documentation: wxGauge. DESCRIPTION
See external documentation: wxGauge . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxGauge() : 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() -> wxGauge() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Range::integer()) -> wxGauge() Equivalent to new(Parent, Id, Range, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Range::integer(), Options::[Option]) -> wxGauge() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . create(This::wxGauge(), Parent::wxWindow() (see module wxWindow), Id::integer(), Range::integer()) -> bool() Equivalent to create(This, Parent, Id, Range, []) . create(This::wxGauge(), Parent::wxWindow() (see module wxWindow), Id::integer(), Range::integer(), Options::[Option]) -> bool() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . getBezelFace(This::wxGauge()) -> integer() See external documentation . getRange(This::wxGauge()) -> integer() See external documentation . getShadowWidth(This::wxGauge()) -> integer() See external documentation . getValue(This::wxGauge()) -> integer() See external documentation . isVertical(This::wxGauge()) -> bool() See external documentation . setBezelFace(This::wxGauge(), W::integer()) -> ok See external documentation . setRange(This::wxGauge(), R::integer()) -> ok See external documentation . setShadowWidth(This::wxGauge(), W::integer()) -> ok See external documentation . setValue(This::wxGauge(), Pos::integer()) -> ok See external documentation . pulse(This::wxGauge()) -> ok See external documentation . destroy(This::wxGauge()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxGauge(3erl)
Man Page