wxBitmapButton.3erl

Langue: en

Autres versions - même langue

Version: 353334 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

wxBitmapButton - See external documentation: wxBitmapButton.

DESCRIPTION

See external documentation: wxBitmapButton.

This class is derived (and can use functions) from: .br wxButton .br wxControl .br wxWindow .br 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

<>