wxBitmapButton

See external documentation: wxBitmapButton.

See external documentation: wxBitmapButton.

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

Types


wxBitmapButton() = wx:wx_object()

Functions


new() -> wxBitmapButton()

See external documentation.

new(Parent, Id, Bitmap) -> wxBitmapButton()

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

new(Parent, Id, Bitmap, Options::[Option]) -> wxBitmapButton()

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

See external documentation.

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

  • This = wxBitmapButton()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Bitmap = wxBitmap() (see module wxBitmap)

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

  • This = wxBitmapButton()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • Bitmap = wxBitmap() (see module wxBitmap)
  • Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}

See external documentation.

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

  • This = wxBitmapButton()

See external documentation.

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

  • This = wxBitmapButton()

See external documentation.

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

  • This = wxBitmapButton()

See external documentation.

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

  • This = wxBitmapButton()

See external documentation.

setBitmapDisabled(This, Disabled) -> ok

  • This = wxBitmapButton()
  • Disabled = wxBitmap() (see module wxBitmap)

See external documentation.

setBitmapFocus(This, Focus) -> ok

  • This = wxBitmapButton()
  • Focus = wxBitmap() (see module wxBitmap)

See external documentation.

setBitmapLabel(This, Bitmap) -> ok

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

See external documentation.

setBitmapSelected(This, Sel) -> ok

  • This = wxBitmapButton()
  • Sel = wxBitmap() (see module wxBitmap)

See external documentation.

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

Destroys this object, do not use object again