FLTK Imago
#include <Fl_SVG_Button.H>
Public Member Functions | |
| IMAGO_EXPORT | Fl_SVG_Button (int X, int Y, int W, int H, const char *label=0) |
| virtual IMAGO_EXPORT | ~Fl_SVG_Button () |
| virtual IMAGO_EXPORT int | handle (int) |
| IMAGO_EXPORT void | up_image (Fl_SVG_Image *img) |
| IMAGO_EXPORT void | down_image (Fl_SVG_Image *img) |
| IMAGO_EXPORT void | focus_image (Fl_SVG_Image *img) |
| IMAGO_EXPORT void | highlight_image (Fl_SVG_Image *img) |
| IMAGO_EXPORT const Fl_SVG_Image * | image () const |
| IMAGO_EXPORT const Fl_SVG_Image * | down_image () const |
| IMAGO_EXPORT const Fl_SVG_Image * | focus_image () const |
| IMAGO_EXPORT const Fl_SVG_Image * | highlight_image () const |
Protected Member Functions | |
| virtual IMAGO_EXPORT void | draw () |
|
||||||||||||||||||||||||
|
Button constructor
|
|
|
Destructor |
|
|
|
|
|
Sets the pressed image
|
|
|
Standard FLTK draw method. |
|
|
|
|
|
Sets the "widget has focus" image
|
|
|
Event handler.
|
|
|
|
|
|
Sets the "mouse over widget" image
|
|
|
|
|
|
Sets the normal image
|
1.3.7