Module wxFlexGridSizer

See external documentation: wxFlexGridSizer.

Description

See external documentation: wxFlexGridSizer.
This class is derived (and can use functions) from:
  • wxGridSizer
  • wxSizer
  • Data Types

    wxFlexGridSizer()

    abstract datatype: 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.

    Function Index

    addGrowableCol/2*Equivalent to addGrowableCol(This, Idx, []).
    addGrowableCol/3*See external documentation.
    addGrowableRow/2*Equivalent to addGrowableRow(This, Idx, []).
    addGrowableRow/3*See external documentation.
    destroy/1*Destroys this object, do not use object again.
    getFlexibleDirection/1*See external documentation.
    getNonFlexibleGrowMode/1*See external documentation.
    new/1*Equivalent to new(Cols, []).
    new/2*See external documentation.
    new/4*See external documentation.
    removeGrowableCol/2*See external documentation.
    removeGrowableRow/2*See external documentation.
    setFlexibleDirection/2*See external documentation.
    setNonFlexibleGrowMode/2*See external documentation.

    Function Details

    addGrowableCol/2 *

    addGrowableCol(This::wxFlexGridSizer(), Idx::integer()) -> ok

    Equivalent to addGrowableCol(This, Idx, []).

    addGrowableCol/3 *

    addGrowableCol(This::wxFlexGridSizer(), Idx::integer(), Options::[Option]) -> ok

    See external documentation.

    addGrowableRow/2 *

    addGrowableRow(This::wxFlexGridSizer(), Idx::integer()) -> ok

    Equivalent to addGrowableRow(This, Idx, []).

    addGrowableRow/3 *

    addGrowableRow(This::wxFlexGridSizer(), Idx::integer(), Options::[Option]) -> ok

    See external documentation.

    destroy/1 *

    destroy(This::wxFlexGridSizer()) -> ok

    Destroys this object, do not use object again

    getFlexibleDirection/1 *

    getFlexibleDirection(This::wxFlexGridSizer()) -> integer()

    See external documentation.

    getNonFlexibleGrowMode/1 *

    getNonFlexibleGrowMode(This::wxFlexGridSizer()) -> WxFlexSizerGrowMode

    See external documentation.
    WxFlexSizerGrowMode is one of ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED | ?wxFLEX_GROWMODE_ALL

    new/1 *

    new(Cols::integer()) -> wxFlexGridSizer()

    Equivalent to new(Cols, []).

    new/2 *

    new(Cols::integer(), Options::[Option]) -> wxFlexGridSizer()

    See external documentation.

    new/4 *

    new(Rows::integer(), Cols::integer(), Vgap::integer(), Hgap::integer()) -> wxFlexGridSizer()

    See external documentation.

    removeGrowableCol/2 *

    removeGrowableCol(This::wxFlexGridSizer(), Idx::integer()) -> ok

    See external documentation.

    removeGrowableRow/2 *

    removeGrowableRow(This::wxFlexGridSizer(), Idx::integer()) -> ok

    See external documentation.

    setFlexibleDirection/2 *

    setFlexibleDirection(This::wxFlexGridSizer(), Direction::integer()) -> ok

    See external documentation.

    setNonFlexibleGrowMode/2 *

    setNonFlexibleGrowMode(This::wxFlexGridSizer(), Mode::WxFlexSizerGrowMode) -> ok

    See external documentation.
    WxFlexSizerGrowMode is one of ?wxFLEX_GROWMODE_NONE | ?wxFLEX_GROWMODE_SPECIFIED | ?wxFLEX_GROWMODE_ALL


    Generated by EDoc, May 26 2008, 12:35:33.