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