Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxflexgridsizer(3erl) [linux man page]

wxFlexGridSizer(3erl)					     Erlang Module Definition					     wxFlexGridSizer(3erl)

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

Check Out this Related Man Page

wxJoystickEvent(3erl)					     Erlang Module Definition					     wxJoystickEvent(3erl)

NAME
wxJoystickEvent - See external documentation: wxJoystickEvent. DESCRIPTION
See external documentation: wxJoystickEvent . Use wxEvtHandler:connect/3 with EventType: : joy_button_down , joy_button_up , joy_move , joy_zmove See also the message variant #wxJoystick{ } event record type. This class is derived (and can use functions) from: wxEvent DATA TYPES
wxJoystickEvent() : 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
buttonDown(This::wxJoystickEvent()) -> bool() Equivalent to buttonDown(This, []) . buttonDown(This::wxJoystickEvent(), Options::[Option]) -> bool() Types Option = {but, integer()} See external documentation . buttonIsDown(This::wxJoystickEvent()) -> bool() Equivalent to buttonIsDown(This, []) . buttonIsDown(This::wxJoystickEvent(), Options::[Option]) -> bool() Types Option = {but, integer()} See external documentation . buttonUp(This::wxJoystickEvent()) -> bool() Equivalent to buttonUp(This, []) . buttonUp(This::wxJoystickEvent(), Options::[Option]) -> bool() Types Option = {but, integer()} See external documentation . getButtonChange(This::wxJoystickEvent()) -> integer() See external documentation . getButtonState(This::wxJoystickEvent()) -> integer() See external documentation . getJoystick(This::wxJoystickEvent()) -> integer() See external documentation . getPosition(This::wxJoystickEvent()) -> {X::integer(), Y::integer()} See external documentation . getZPosition(This::wxJoystickEvent()) -> integer() See external documentation . isButton(This::wxJoystickEvent()) -> bool() See external documentation . isMove(This::wxJoystickEvent()) -> bool() See external documentation . isZMove(This::wxJoystickEvent()) -> bool() See external documentation . AUTHORS
<> wxErlang 0.98.9 wxJoystickEvent(3erl)
Man Page