wxStaticText

See external documentation: wxStaticText.

See external documentation: wxStaticText.

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

Types


wxStaticText() = wx:wx_object()

Functions


new() -> wxStaticText()

See external documentation.

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

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

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

  • 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 = wxStaticText()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = chardata() (see module unicode)

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

  • This = wxStaticText()
  • 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.

getLabel(This) -> charlist() (see module unicode)

  • This = wxStaticText()

See external documentation.

setLabel(This, Label) -> ok

  • This = wxStaticText()
  • Label = chardata() (see module unicode)

See external documentation.

wrap(This, Width) -> ok

  • This = wxStaticText()
  • Width = integer()

See external documentation.

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

Destroys this object, do not use object again