wxSizerabstract datatype: 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.
| destroy/1* | Destroys this object, do not use object again. |
| getCols/1* | See external documentation. |
| getHGap/1* | See external documentation. |
| getRows/1* | See external documentation. |
| getVGap/1* | See external documentation. |
| new/1* | Equivalent to new(Cols, []). |
| new/2* | See external documentation. |
| new/4* | See external documentation. |
| setCols/2* | See external documentation. |
| setHGap/2* | See external documentation. |
| setRows/2* | See external documentation. |
| setVGap/2* | See external documentation. |
destroy(This::wxGridSizer()) -> ok
Destroys this object, do not use object again
getCols(This::wxGridSizer()) -> integer()
getHGap(This::wxGridSizer()) -> integer()
getRows(This::wxGridSizer()) -> integer()
getVGap(This::wxGridSizer()) -> integer()
new(Cols::integer()) -> wxGridSizer()
Equivalent to new(Cols, []).
new(Cols::integer(), Options::[Option]) -> wxGridSizer()
new(Rows::integer(), Cols::integer(), Vgap::integer(), Hgap::integer()) -> wxGridSizer()
setCols(This::wxGridSizer(), Cols::integer()) -> ok
setHGap(This::wxGridSizer(), Gap::integer()) -> ok
setRows(This::wxGridSizer(), Rows::integer()) -> ok
setVGap(This::wxGridSizer(), Gap::integer()) -> ok
Generated by EDoc, May 26 2008, 12:35:33.