wxStaticBitmap

See external documentation: wxStaticBitmap.

See external documentation: wxStaticBitmap.

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

Types


wxStaticBitmap() = wx:wx_object()

Functions


new() -> wxStaticBitmap()

See external documentation.

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

  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = wxBitmap() (see module wxBitmap)

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

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

See external documentation.

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

  • This = wxStaticBitmap()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Label = wxBitmap() (see module wxBitmap)

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

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

See external documentation.

getBitmap(This) -> wxBitmap() (see module wxBitmap)

  • This = wxStaticBitmap()

See external documentation.

setBitmap(This, Bitmap) -> ok

  • This = wxStaticBitmap()
  • Bitmap = wxBitmap() (see module wxBitmap)

See external documentation.

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

Destroys this object, do not use object again