class button


NAME

button - Base class for clickable buttons

SYNOPSIS

class button : public frame

DESCRIPTION

A button adds input actions to a frame. When a button contains a label, it will center the label's text in its window. An extra indicator (like a LED) may also be included in a button. When clicked with the left mouse button, the button performs some action. At least, it provides visible feedback to the user. When a mouse button is pressed on a button, its 3D effect is reversed. When the mouse button is released, the 3D effect returns to its original state. Further actions depends on the type of button.

Variaties of buttons:

SEE ALSO

DIAGNOSTICS