wxbitmapbutton(3) - Linux man page
Name
wxBitmapButton - 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::wxWindow() (see module wxWindow), Id::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> wxBitmapButton()
Equivalent to new(Parent, Id, Bitmap, []).
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Bitmap::wxBitmap() (see module wxBitmap), Options::[Option]) -> wxBitmapButton()
- Types:
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
See external documentation.
create(This::wxBitmapButton(), Parent::wxWindow() (see module wxWindow), Id::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> bool()
Equivalent to create(This, Parent, Id, Bitmap, []).
create(This::wxBitmapButton(), Parent::wxWindow() (see module wxWindow), Id::integer(), Bitmap::wxBitmap() (see module wxBitmap), Options::[Option]) ->
bool()
- Types:
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
See external documentation.
getBitmapDisabled(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap)
See external documentation.
getBitmapFocus(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap)
See external documentation.
getBitmapLabel(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap)
See external documentation.
getBitmapSelected(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap)
See external documentation.
setBitmapDisabled(This::wxBitmapButton(), Disabled::wxBitmap() (see module wxBitmap)) -> ok
See external documentation.
setBitmapFocus(This::wxBitmapButton(), Focus::wxBitmap() (see module wxBitmap)) -> ok
See external documentation.
setBitmapLabel(This::wxBitmapButton(), Bitmap::wxBitmap() (see module wxBitmap)) -> ok
See external documentation.
setBitmapSelected(This::wxBitmapButton(), Sel::wxBitmap() (see module wxBitmap)) -> ok
See external documentation.
destroy(This::wxBitmapButton()) -> ok
Destroys this object, do not use object again
Authors
<>