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
- atom parent
- integer id [= -1]
- atom wxBitmap [= 0]
- integer x [= -1]
- integer y [= -1]
- integer cx [= -1]
- integer cy [= -1]
- integer style [= -1]
Functions/Procedures
Supertopics
wxBitmapButton
Category:
wxBitmapButton
Sets the bitmap for the disabled button appearance.
wxBitmapButton
Category:
wxBitmapButton
Sets the bitmap for the button appearance when it has the keyboard focus.
wxBitmapButton
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
Category:
wxBitmapButton
Sets the bitmap label for the button.
wxBitmapButton
Category:
wxBitmapButton
Sets the bitmap for the selected (depressed) button appearance.
wxBitmapButton
Category:
wxBitmapButton
Sets the displayed bitmap of the bitmap button.