wxBitmapButton
See external documentation: wxBitmapButton.
See external documentation:
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.
Functions
new() -> wxBitmapButton()
See
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()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
See
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()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx() (see module wx)}
See
getBitmapDisabled(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap)
See
getBitmapFocus(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap)
See
getBitmapLabel(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap)
See
getBitmapSelected(This::wxBitmapButton()) -> wxBitmap() (see module wxBitmap)
See
setBitmapDisabled(This::wxBitmapButton(), Disabled::wxBitmap() (see module wxBitmap)) -> ok
See
setBitmapFocus(This::wxBitmapButton(), Focus::wxBitmap() (see module wxBitmap)) -> ok
See
setBitmapLabel(This::wxBitmapButton(), Bitmap::wxBitmap() (see module wxBitmap)) -> ok
See
setBitmapSelected(This::wxBitmapButton(), Sel::wxBitmap() (see module wxBitmap)) -> ok
See
destroy(This::wxBitmapButton()) -> ok
Destroys this object, do not use object again