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)NAMEwxFlexGridSizer - See external documentation: wxFlexGridSizer.DESCRIPTIONSee external documentation: wxFlexGridSizer . This class is derived (and can use functions) from: wxGridSizer wxSizerDATA TYPESwxFlexGridSizer() : 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.EXPORTSnew(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 againAUTHORS<> wxErlang 0.98.9 wxFlexGridSizer(3erl)
Related Man Pages |
---|
wxauipaneinfo(3erl) - linux |
wxdialog(3erl) - linux |
wxgridbagsizer(3erl) - linux |
wxjoystickevent(3erl) - linux |
wxscrollbar(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
How to find number of Cols in a file ? |