wxStaticText
Module
wxStaticText
Module Summary
See external documentation: wxStaticText.
Description
See external documentation: wxStaticText.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxStaticText()
new(Parent, Id, Label) -> wxStaticText()
Equivalent to new(Parent, Id, Label, []).
new(Parent, Id, Label, Options::[Option]) -> wxStaticText()
Types
Parent = wxWindow:wxWindow()
Id = integer()
Label = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
create(This, Parent, Id, Label) -> boolean()
Equivalent to create(This, Parent, Id, Label, []).
create(This, Parent, Id, Label, Options::[Option]) -> boolean()
Types
This = wxStaticText()
Parent = wxWindow:wxWindow()
Id = integer()
Label = unicode:chardata()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
getLabel(This) -> unicode:charlist()
Types
This = wxStaticText()
destroy(This::wxStaticText()) -> ok