wxStatusBar

See external documentation: wxStatusBar.

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.

Functions


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()

  • 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()

  • 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()

  • Option = {number, integer()}

See external documentation.

popStatusText(This::wxStatusBar()) -> ok

Equivalent to popStatusText(This, []).

popStatusText(This::wxStatusBar(), Options::[Option]) -> ok

  • Option = {number, integer()}

See external documentation.

pushStatusText(This::wxStatusBar(), Text::string()) -> ok

pushStatusText(This::wxStatusBar(), Text::string(), Options::[Option]) -> ok

  • Option = {number, integer()}

See external documentation.

setFieldsCount(This::wxStatusBar(), Number::integer()) -> ok

setFieldsCount(This::wxStatusBar(), Number::integer(), Options::[Option]) -> ok

  • Option = {widths, [integer()]}

See external documentation.

setMinHeight(This::wxStatusBar(), Height::integer()) -> ok

See external documentation.

setStatusText(This::wxStatusBar(), Text::string()) -> ok

setStatusText(This::wxStatusBar(), Text::string(), Options::[Option]) -> ok

  • 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

View Functions