wxStaticBoxSizer

See external documentation: wxStaticBoxSizer.

See external documentation: wxStaticBoxSizer.

This class is derived (and can use functions) from:
wxBoxSizer
wxSizer

Types


wxStaticBoxSizer() = wx:wx_object()

Functions


new(Orient, Win) -> wxStaticBoxSizer()

  • Orient = integer()
  • Win = wxWindow() (see module wxWindow)

See external documentation.
Also:
new(Box, Orient) -> wxStaticBoxSizer() when
Box::wxStaticBox:wxStaticBox(), Orient::integer().

new(Orient, Win, Options::[Option]) -> wxStaticBoxSizer()

  • Orient = integer()
  • Win = wxWindow() (see module wxWindow)
  • Option = {label, chardata() (see module unicode)}

See external documentation.

getStaticBox(This) -> wxStaticBox() (see module wxStaticBox)

  • This = wxStaticBoxSizer()

See external documentation.

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

Destroys this object, do not use object again