wxPanel
(wx)See external documentation: wxPanel.
See external documentation:
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
Functions
new() -> wxPanel()
See
new(Parent, Option::[Option]) -> wxPanel()
Parent = wxWindow() (see module wxWindow)Option = {winid, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
new(Parent, X, Y, Width, Height) -> wxPanel()
Parent = wxWindow() (see module wxWindow)X = integer()Y = integer()Width = integer()Height = integer()
Equivalent to new(Parent, X, Y, Width, Height, []).
new(Parent, X, Y, Width, Height, Option::[Option]) -> wxPanel()
Parent = wxWindow() (see module wxWindow)X = integer()Y = integer()Width = integer()Height = integer()Option = {style, integer()}
See
initDialog(This) -> ok
This = wxPanel()
See
destroy(This::wxPanel()) -> ok
Destroys this object, do not use object again