wxStaticBox

See external documentation: wxStaticBox.

See external documentation: wxStaticBox.

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

Types


wxStaticBox() = wx:wx_object()

Functions


new() -> wxStaticBox()

See external documentation.

new(Parent, Id, Label) -> wxStaticBox()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)

new(Parent, Id, Label, Option::[Option]) -> wxStaticBox()

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

create(This, Parent, Id, Label) -> boolean()

  • This = wxStaticBox()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)

create(This, Parent, Id, Label, Option::[Option]) -> boolean()

  • This = wxStaticBox()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

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

Destroys this object, do not use object again