Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxstatusbar(3erl) [linux man page]

wxStatusBar(3erl)					     Erlang Module Definition						 wxStatusBar(3erl)

NAME
wxStatusBar - See external documentation: wxStatusBar. DESCRIPTION
See external documentation: wxStatusBar . This class is derived (and can use functions) from: wxWindow wxEvtHandler DATA TYPES
wxStatusBar() : 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() -> wxStatusBar() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxStatusBar() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxStatusBar() Types Option = {winid, integer()} | {style, integer()} See external documentation . create(This::wxStatusBar(), Parent::wxWindow() (see module wxWindow)) -> bool() Equivalent to create(This, Parent, []) . create(This::wxStatusBar(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {winid, integer()} | {style, integer()} See external documentation . getFieldRect(This::wxStatusBar(), I::integer(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> bool() See external documentation . getFieldsCount(This::wxStatusBar()) -> integer() See external documentation . getStatusText(This::wxStatusBar()) -> string() Equivalent to getStatusText(This, []) . getStatusText(This::wxStatusBar(), Options::[Option]) -> string() Types Option = {number, integer()} See external documentation . popStatusText(This::wxStatusBar()) -> ok Equivalent to popStatusText(This, []) . popStatusText(This::wxStatusBar(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . pushStatusText(This::wxStatusBar(), Text::string()) -> ok Equivalent to pushStatusText(This, Text, []) . pushStatusText(This::wxStatusBar(), Text::string(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . setFieldsCount(This::wxStatusBar(), Number::integer()) -> ok Equivalent to setFieldsCount(This, Number, []) . setFieldsCount(This::wxStatusBar(), Number::integer(), Options::[Option]) -> ok Types Option = {widths, [integer()]} See external documentation . setMinHeight(This::wxStatusBar(), Height::integer()) -> ok See external documentation . setStatusText(This::wxStatusBar(), Text::string()) -> ok Equivalent to setStatusText(This, Text, []) . setStatusText(This::wxStatusBar(), Text::string(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . setStatusWidths(This::wxStatusBar(), Widths_field::[integer()]) -> ok See external documentation . setStatusStyles(This::wxStatusBar(), Styles::[integer()]) -> ok See external documentation . destroy(This::wxStatusBar()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxStatusBar(3erl)

Check Out this Related Man Page

wxGauge(3erl)						     Erlang Module Definition						     wxGauge(3erl)

NAME
wxGauge - See external documentation: wxGauge. DESCRIPTION
See external documentation: wxGauge . This class is derived (and can use functions) from: wxControl wxWindow wxEvtHandler DATA TYPES
wxGauge() : 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() -> wxGauge() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Range::integer()) -> wxGauge() Equivalent to new(Parent, Id, Range, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Range::integer(), Options::[Option]) -> wxGauge() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . create(This::wxGauge(), Parent::wxWindow() (see module wxWindow), Id::integer(), Range::integer()) -> bool() Equivalent to create(This, Parent, Id, Range, []) . create(This::wxGauge(), Parent::wxWindow() (see module wxWindow), Id::integer(), Range::integer(), Options::[Option]) -> bool() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)} See external documentation . getBezelFace(This::wxGauge()) -> integer() See external documentation . getRange(This::wxGauge()) -> integer() See external documentation . getShadowWidth(This::wxGauge()) -> integer() See external documentation . getValue(This::wxGauge()) -> integer() See external documentation . isVertical(This::wxGauge()) -> bool() See external documentation . setBezelFace(This::wxGauge(), W::integer()) -> ok See external documentation . setRange(This::wxGauge(), R::integer()) -> ok See external documentation . setShadowWidth(This::wxGauge(), W::integer()) -> ok See external documentation . setValue(This::wxGauge(), Pos::integer()) -> ok See external documentation . pulse(This::wxGauge()) -> ok See external documentation . destroy(This::wxGauge()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxGauge(3erl)
Man Page