wxPanel

See external documentation: wxPanel.

See external documentation: wxPanel.

This class is derived (and can use functions) from:
wxWindow
wxEvtHandler

Types


wxPanel() = wx:wx_object()

Functions


new() -> wxPanel()

See external documentation.

new(Parent) -> wxPanel()

  • Parent = wxWindow() (see module wxWindow)

Equivalent to new(Parent, []).

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 external documentation.

new(Parent, X, Y, Width, Height) -> wxPanel()

  • Parent = wxWindow() (see module wxWindow)
  • X = integer()
  • Y = integer()
  • Width = integer()
  • Height = integer()

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 external documentation.

initDialog(This) -> ok

  • This = wxPanel()

See external documentation.

destroy(This::wxPanel()) -> ok

Destroys this object, do not use object again