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