|
vdk 2.4.0
|
This class provides a common base for different types of buttons. More...
#include <abstract_button.h>
This class provides a common base for different types of buttons.
This class and some of his subclasses can be better substituted with VDKCustomButton and childs.
| virtual void VDKAbstractButton::SetFont | ( | VDKFont * | f | ) | [inline, virtual] |
| virtual void VDKAbstractButton::SetForeground | ( | VDKRgb | color, |
| GtkStateType | state | ||
| ) | [inline, virtual] |
Sets object foreground
| color | a VDKRgb object |
| state | can be one of the gtk+ widget states |
Reimplemented from VDKObject.
Reimplemented in VDKCheckButton.
1.7.6.1