wxStatusBar

See external documentation: wxStatusBar.

See external documentation: wxStatusBar.

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

Types


wxStatusBar() = wx:wx_object()

Functions


new() -> wxStatusBar()

See external documentation.

new(Parent) -> wxStatusBar()

  • Parent = wxWindow() (see module wxWindow)

Equivalent to new(Parent, []).

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

  • Parent = wxWindow() (see module wxWindow)
  • Option = {winid, integer()} | {style, integer()}

See external documentation.

create(This, Parent) -> boolean()

  • This = wxStatusBar()
  • Parent = wxWindow() (see module wxWindow)

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

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

  • This = wxStatusBar()
  • Parent = wxWindow() (see module wxWindow)
  • Option = {winid, integer()} | {style, integer()}

See external documentation.

getFieldRect(This, I, Rect) -> boolean()

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

See external documentation.

getFieldsCount(This) -> integer()

  • This = wxStatusBar()

See external documentation.

getStatusText(This) -> charlist() (see module unicode)

  • This = wxStatusBar()

Equivalent to getStatusText(This, []).

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

  • This = wxStatusBar()
  • Option = {number, integer()}

See external documentation.

popStatusText(This) -> ok

  • This = wxStatusBar()

Equivalent to popStatusText(This, []).

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

  • This = wxStatusBar()
  • Option = {number, integer()}

See external documentation.

pushStatusText(This, Text) -> ok

  • This = wxStatusBar()
  • Text = chardata() (see module unicode)

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

  • This = wxStatusBar()
  • Text = chardata() (see module unicode)
  • Option = {number, integer()}

See external documentation.

setFieldsCount(This, Number) -> ok

  • This = wxStatusBar()
  • Number = integer()

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

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

See external documentation.

setMinHeight(This, Height) -> ok

  • This = wxStatusBar()
  • Height = integer()

See external documentation.

setStatusText(This, Text) -> ok

  • This = wxStatusBar()
  • Text = chardata() (see module unicode)

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

  • This = wxStatusBar()
  • Text = chardata() (see module unicode)
  • Option = {number, integer()}

See external documentation.

setStatusWidths(This, Widths_field) -> ok

  • This = wxStatusBar()
  • Widths_field = [integer()]

See external documentation.

setStatusStyles(This, Styles) -> ok

  • This = wxStatusBar()
  • Styles = [integer()]

See external documentation.

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

Destroys this object, do not use object again