Query: wxgridsizer
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxGridSizer(3erl) Erlang Module Definition wxGridSizer(3erl)NAMEwxGridSizer - See external documentation: wxGridSizer.DESCRIPTIONSee external documentation: wxGridSizer . This class is derived (and can use functions) from: wxSizerDATA TYPESwxGridSizer() : 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()) -> wxGridSizer() Equivalent to new(Cols, []) . new(Cols::integer(), Options::[Option]) -> wxGridSizer() Types Option = {vgap, integer()} | {hgap, integer()} See external documentation . new(Rows::integer(), Cols::integer(), Vgap::integer(), Hgap::integer()) -> wxGridSizer() See external documentation . getCols(This::wxGridSizer()) -> integer() See external documentation . getHGap(This::wxGridSizer()) -> integer() See external documentation . getRows(This::wxGridSizer()) -> integer() See external documentation . getVGap(This::wxGridSizer()) -> integer() See external documentation . setCols(This::wxGridSizer(), Cols::integer()) -> ok See external documentation . setHGap(This::wxGridSizer(), Gap::integer()) -> ok See external documentation . setRows(This::wxGridSizer(), Rows::integer()) -> ok See external documentation . setVGap(This::wxGridSizer(), Gap::integer()) -> ok See external documentation . destroy(This::wxGridSizer()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxGridSizer(3erl)