wxStatusBar

See external documentation: wxStatusBar.

See external documentation: wxStatusBar.

This class is derived (and can use functions) from:
wxWindow
wxEvtHandler

Functions


new() -> wxStatusBar()

See external documentation.

new(Parent) -> wxStatusBar()

Equivalent to new(Parent, []).

new(Parent, Options::[Option]) -> wxStatusBar()

See external documentation.

create(This, Parent) -> boolean()

Equivalent to create(This, Parent, []).

create(This, Parent, Options::[Option]) -> boolean()

See external documentation.

getFieldRect(This, I) -> Result

  • Result = {Res::boolean(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}}
  • This = wxStatusBar()
  • I = integer()

See external documentation.

getFieldsCount(This) -> integer()

See external documentation.

getStatusText(This) -> unicode:charlist()

Equivalent to getStatusText(This, []).

getStatusText(This, Options::[Option]) -> unicode:charlist()

See external documentation.

popStatusText(This) -> ok

Equivalent to popStatusText(This, []).

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

See external documentation.

pushStatusText(This, Text) -> ok

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

See external documentation.

setFieldsCount(This, Number) -> ok

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

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

See external documentation.

setMinHeight(This, Height) -> ok

See external documentation.

setStatusText(This, Text) -> ok

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

See external documentation.

setStatusWidths(This, Widths_field) -> ok

See external documentation.

setStatusStyles(This, Styles) -> ok

See external documentation.

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

Destroys this object, do not use object again