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