.TH wxStatusBar 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxStatusBar \- See external documentation: wxStatusBar. .SH DESCRIPTION .LP See external documentation: wxStatusBar\&. .LP This class is derived (and can use functions) from: .br wxWindow .br wxEvtHandler .SH "DATA TYPES" .RS 2 .TP 2 .B wxStatusBar(): .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B new() -> wxStatusBar() .br .RS .LP See external documentation\&. .RE .LP .B new(Parent) -> wxStatusBar() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br .RE .RE .RS .LP Equivalent to new(Parent, [])\&. .RE .LP .B new(Parent, Options::[Option]) -> wxStatusBar() .br .RS .LP Types: .RS 3 Parent = wxWindow:wxWindow() .br Option = {winid, integer()} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B create(This, Parent) -> boolean() .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Parent = wxWindow:wxWindow() .br .RE .RE .RS .LP Equivalent to create(This, Parent, [])\&. .RE .LP .B create(This, Parent, Options::[Option]) -> boolean() .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Parent = wxWindow:wxWindow() .br Option = {winid, integer()} | {style, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFieldRect(This, I) -> Result .br .RS .LP Types: .RS 3 Result = {Res::boolean(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}} .br This = wxStatusBar() .br I = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getFieldsCount(This) -> integer() .br .RS .LP Types: .RS 3 This = wxStatusBar() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getStatusText(This) -> unicode:charlist() .br .RS .LP Types: .RS 3 This = wxStatusBar() .br .RE .RE .RS .LP Equivalent to getStatusText(This, [])\&. .RE .LP .B getStatusText(This, Options::[Option]) -> unicode:charlist() .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Option = {number, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B popStatusText(This) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br .RE .RE .RS .LP Equivalent to popStatusText(This, [])\&. .RE .LP .B popStatusText(This, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Option = {number, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B pushStatusText(This, Text) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Text = unicode:chardata() .br .RE .RE .RS .LP Equivalent to pushStatusText(This, Text, [])\&. .RE .LP .B pushStatusText(This, Text, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Text = unicode:chardata() .br Option = {number, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setFieldsCount(This, Number) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Number = integer() .br .RE .RE .RS .LP Equivalent to setFieldsCount(This, Number, [])\&. .RE .LP .B setFieldsCount(This, Number, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Number = integer() .br Option = {widths, [integer()]} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMinHeight(This, Height) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Height = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setStatusText(This, Text) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Text = unicode:chardata() .br .RE .RE .RS .LP Equivalent to setStatusText(This, Text, [])\&. .RE .LP .B setStatusText(This, Text, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Text = unicode:chardata() .br Option = {number, integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setStatusWidths(This, Widths_field) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Widths_field = [integer()] .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setStatusStyles(This, Styles) -> ok .br .RS .LP Types: .RS 3 This = wxStatusBar() .br Styles = [integer()] .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B destroy(This::wxStatusBar()) -> ok .br .RS .LP Destroys this object, do not use object again .RE .SH AUTHORS .LP .I <>