wxBitmapButton
(wx)See external documentation: wxBitmapButton.
See external documentation:
This class is derived (and can use functions) from:
wxButton
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxBitmapButton()
See
new(Parent, Id, Bitmap) -> wxBitmapButton()
Parent = wxWindow:wxWindow()
Id = integer()
Bitmap = wxBitmap:wxBitmap()
Equivalent to new(Parent, Id, Bitmap, []).
new(Parent, Id, Bitmap, Options::[Option]) -> wxBitmapButton()
Parent = wxWindow:wxWindow()
Id = integer()
Bitmap = wxBitmap:wxBitmap()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
See
create(This, Parent, Id, Bitmap) -> boolean()
This = wxBitmapButton()
Parent = wxWindow:wxWindow()
Id = integer()
Bitmap = wxBitmap:wxBitmap()
Equivalent to create(This, Parent, Id, Bitmap, []).
create(This, Parent, Id, Bitmap, Options::[Option]) -> boolean()
This = wxBitmapButton()
Parent = wxWindow:wxWindow()
Id = integer()
Bitmap = wxBitmap:wxBitmap()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx:wx_object()}
See
setBitmapDisabled(This, Disabled) -> ok
This = wxBitmapButton()
Disabled = wxBitmap:wxBitmap()
See
setBitmapFocus(This, Focus) -> ok
This = wxBitmapButton()
Focus = wxBitmap:wxBitmap()
See
setBitmapLabel(This, Bitmap) -> ok
This = wxBitmapButton()
Bitmap = wxBitmap:wxBitmap()
See
setBitmapSelected(This, Sel) -> ok
This = wxBitmapButton()
Sel = wxBitmap:wxBitmap()
See
destroy(This::wxBitmapButton()) -> ok
Destroys this object, do not use object again