wxStaticText
See external documentation: wxStaticText.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxStaticText()
See
new(Parent, Id, Label) -> wxStaticText()
Parent = wxWindow:wxWindow()
Id = integer()
Label = unicode:chardata()
Equivalent to new(Parent, Id, Label, []).
new(Parent, Id, Label, Options::[Option]) -> wxStaticText()
Parent = wxWindow:wxWindow()
Id = integer()
Label = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
create(This, Parent, Id, Label) -> boolean()
This = wxStaticText()
Parent = wxWindow:wxWindow()
Id = integer()
Label = unicode:chardata()
Equivalent to create(This, Parent, Id, Label, []).
create(This, Parent, Id, Label, Options::[Option]) -> boolean()
This = wxStaticText()
Parent = wxWindow:wxWindow()
Id = integer()
Label = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
setLabel(This, Label) -> ok
This = wxStaticText()
Label = unicode:chardata()
See
destroy(This::wxStaticText()) -> ok
Destroys this object, do not use object again