wxGridSizer(3erl)					     Erlang Module Definition						 wxGridSizer(3erl)

NAME
wxGridSizer - See external documentation: wxGridSizer. DESCRIPTION
See external documentation: wxGridSizer . This class is derived (and can use functions) from: wxSizer DATA TYPES
wxGridSizer() : 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()) -> 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 again AUTHORS
<> wxErlang 0.98.9 wxGridSizer(3erl)