wxBitmapButton

wxBitmapButton
A bitmap button is a control that contains a bitmap. It may be placed on a dialog box or panel, or indeed almost any other window.

Creation Parameters
Functions/Procedures
Supertopics

wxBitmapButton

[proc]
set_bitmap_disabled
( atom button, atom bitmap )

Category: wxBitmapButton

Sets the bitmap for the disabled button appearance.


wxBitmapButton

[proc]
set_bitmap_focus
( atom button, atom bitmap )

Category: wxBitmapButton

Sets the bitmap for the button appearance when it has the keyboard focus.


wxBitmapButton

[proc]
set_bitmap_hover
( atom button, atom bitmap )

Category: wxBitmapButton

Sets the bitmap to be shown when the mouse is over the button.

This function is new since wxWidgets version 2.7.0 and the hover bitmap is currently only supported in wxMSW.


wxBitmapButton

[proc]
set_bitmap_label
( atom button, atom bitmap )

Category: wxBitmapButton

Sets the bitmap label for the button.


wxBitmapButton

[proc]
set_bitmap_selected
( atom button, atom bitmap )

Category: wxBitmapButton

Sets the bitmap for the selected (depressed) button appearance.


wxBitmapButton

[proc]
set_bmpbutton
( atom button, atom bitmap )

Category: wxBitmapButton

Sets the displayed bitmap of the bitmap button.