wxBitmapButton.3erl - Man Page
See external documentation: wxBitmapButton.
Description
See external documentation: wxBitmapButton.
This class is derived (and can use functions) from:
wxButton
wxControl
wxWindow
wxEvtHandler
Data Types
- wxBitmapButton():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Exports
new() -> wxBitmapButton()
See external documentation.
new(Parent, Id, Bitmap) -> wxBitmapButton()
- Types:
Parent = wxWindow:wxWindow()
Id = integer()
Bitmap = wxBitmap:wxBitmap()
Equivalent to new(Parent, Id, Bitmap, []).
new(Parent, Id, Bitmap, Options::[Option]) -> wxBitmapButton()
- Types:
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 external documentation.
create(This, Parent, Id, Bitmap) -> boolean()
- Types:
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()
- Types:
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 external documentation.
getBitmapDisabled(This) -> wxBitmap:wxBitmap()
- Types:
This = wxBitmapButton()
See external documentation.
getBitmapFocus(This) -> wxBitmap:wxBitmap()
- Types:
This = wxBitmapButton()
See external documentation.
getBitmapLabel(This) -> wxBitmap:wxBitmap()
- Types:
This = wxBitmapButton()
See external documentation.
getBitmapSelected(This) -> wxBitmap:wxBitmap()
- Types:
This = wxBitmapButton()
See external documentation.
setBitmapDisabled(This, Disabled) -> ok
- Types:
This = wxBitmapButton()
Disabled = wxBitmap:wxBitmap()
See external documentation.
setBitmapFocus(This, Focus) -> ok
- Types:
This = wxBitmapButton()
Focus = wxBitmap:wxBitmap()
See external documentation.
setBitmapLabel(This, Bitmap) -> ok
- Types:
This = wxBitmapButton()
Bitmap = wxBitmap:wxBitmap()
See external documentation.
setBitmapSelected(This, Sel) -> ok
- Types:
This = wxBitmapButton()
Sel = wxBitmap:wxBitmap()
See external documentation.
destroy(This::wxBitmapButton()) -> ok
Destroys this object, do not use object again
Authors
<>