wxStatusBar
See external documentation: wxStatusBar.
See external documentation:
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
Functions
new() -> wxStatusBar()
See
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
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
getFieldRect(This, I) -> Result
Result = {Res::boolean(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}}
This = wxStatusBar()
I = integer()
See
getFieldsCount(This) -> integer()
This = wxStatusBar()
See
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
popStatusText(This, Option::[Option]) -> ok
This = wxStatusBar()
Option = {number, integer()}
See
pushStatusText(This, Text) -> ok
This = wxStatusBar()
Text = chardata() (see module unicode)
Equivalent to pushStatusText(This, Text, []).
pushStatusText(This, Text, Option::[Option]) -> ok
This = wxStatusBar()
Text = chardata() (see module unicode)
Option = {number, integer()}
See
setFieldsCount(This, Number) -> ok
This = wxStatusBar()
Number = integer()
Equivalent to setFieldsCount(This, Number, []).
setFieldsCount(This, Number, Option::[Option]) -> ok
This = wxStatusBar()
Number = integer()
Option = {widths, [integer()]}
See
setMinHeight(This, Height) -> ok
This = wxStatusBar()
Height = integer()
See
setStatusText(This, Text) -> ok
This = wxStatusBar()
Text = chardata() (see module unicode)
Equivalent to setStatusText(This, Text, []).
setStatusText(This, Text, Option::[Option]) -> ok
This = wxStatusBar()
Text = chardata() (see module unicode)
Option = {number, integer()}
See
setStatusWidths(This, Widths_field) -> ok
This = wxStatusBar()
Widths_field = [integer()]
See
setStatusStyles(This, Styles) -> ok
This = wxStatusBar()
Styles = [integer()]
See
destroy(This::wxStatusBar()) -> ok
Destroys this object, do not use object again