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) -> wxStatusBar()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
-
Parent = wxWindow() (see module wxWindow)
-
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxStatusBar()
-
Types:
-
Parent = wxWindow() (see module wxWindow)
Option = {winid, integer()} | {style, integer()}
-
Parent = wxWindow() (see module wxWindow)
-
See external documentation.
create(This, Parent) -> boolean()
-
Types:
-
This = wxStatusBar()
Parent = wxWindow() (see module wxWindow)
-
This = wxStatusBar()
-
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
-
Types:
-
This = wxStatusBar()
Parent = wxWindow() (see module wxWindow)
Option = {winid, integer()} | {style, integer()}
-
This = wxStatusBar()
-
See external documentation.
getFieldRect(This, I) -> Result
-
Types:
-
Result = {Res::boolean(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}}
This = wxStatusBar()
I = integer()
-
Result = {Res::boolean(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}}
-
See external documentation.
getFieldsCount(This) -> integer()
-
Types:
-
This = wxStatusBar()
-
This = wxStatusBar()
-
See external documentation.
getStatusText(This) -> charlist() (see module unicode)
-
Types:
-
This = wxStatusBar()
-
This = wxStatusBar()
-
Equivalent to getStatusText(This, []).
getStatusText(This, Options::[Option]) -> charlist() (see module unicode)
-
Types:
-
This = wxStatusBar()
Option = {number, integer()}
-
This = wxStatusBar()
-
See external documentation.
popStatusText(This) -> ok
-
Types:
-
This = wxStatusBar()
-
This = wxStatusBar()
-
Equivalent to popStatusText(This, []).
popStatusText(This, Options::[Option]) -> ok
-
Types:
-
This = wxStatusBar()
Option = {number, integer()}
-
This = wxStatusBar()
-
See external documentation.
pushStatusText(This, Text) -> ok
-
Types:
-
This = wxStatusBar()
Text = chardata() (see module unicode)
-
This = wxStatusBar()
-
Equivalent to pushStatusText(This, Text, []).
pushStatusText(This, Text, Options::[Option]) -> ok
-
Types:
-
This = wxStatusBar()
Text = chardata() (see module unicode)
Option = {number, integer()}
-
This = wxStatusBar()
-
See external documentation.
setFieldsCount(This, Number) -> ok
-
Types:
-
This = wxStatusBar()
Number = integer()
-
This = wxStatusBar()
-
Equivalent to setFieldsCount(This, Number, []).
setFieldsCount(This, Number, Options::[Option]) -> ok
-
Types:
-
This = wxStatusBar()
Number = integer()
Option = {widths, [integer()]}
-
This = wxStatusBar()
-
See external documentation.
setMinHeight(This, Height) -> ok
-
Types:
-
This = wxStatusBar()
Height = integer()
-
This = wxStatusBar()
-
See external documentation.
setStatusText(This, Text) -> ok
-
Types:
-
This = wxStatusBar()
Text = chardata() (see module unicode)
-
This = wxStatusBar()
-
Equivalent to setStatusText(This, Text, []).
setStatusText(This, Text, Options::[Option]) -> ok
-
Types:
-
This = wxStatusBar()
Text = chardata() (see module unicode)
Option = {number, integer()}
-
This = wxStatusBar()
-
See external documentation.
setStatusWidths(This, Widths_field) -> ok
-
Types:
-
This = wxStatusBar()
Widths_field = [integer()]
-
This = wxStatusBar()
-
See external documentation.
setStatusStyles(This, Styles) -> ok
-
Types:
-
This = wxStatusBar()
Styles = [integer()]
-
This = wxStatusBar()
-
See external documentation.
destroy(This::wxStatusBar()) -> ok
-
Destroys this object, do not use object again
AUTHORS
<>