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