linux man page for wxflexgridsizer

Query: wxflexgridsizer

OS: linux

Section: 3erl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
wxdialog(3erl) - linux
wxpickerbase(3erl) - linux
wxscrollbar(3erl) - linux
wxscrolledwindow(3erl) - linux
wxstatusbar(3erl) - linux
Similar Topics in the Unix Linux Community
How to find number of Cols in a file ?