vdk 2.4.0
Public Member Functions
VDKAbstractButton Class Reference

This class provides a common base for different types of buttons. More...

#include <abstract_button.h>

Inheritance diagram for VDKAbstractButton:
VDKObject VDKNotCopyAble VDKCheckButton VDKRadioButton

List of all members.

Public Member Functions


Detailed Description

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.


Member Function Documentation

virtual void VDKAbstractButton::SetFont ( VDKFont f) [inline, virtual]

Sets object font

Reimplemented from VDKObject.

Reimplemented in VDKCheckButton.

virtual void VDKAbstractButton::SetForeground ( VDKRgb  color,
GtkStateType  state 
) [inline, virtual]

Sets object foreground

Parameters:
colora VDKRgb object
statecan be one of the gtk+ widget states

Reimplemented from VDKObject.

Reimplemented in VDKCheckButton.


The documentation for this class was generated from the following files: