class frame


NAME

frame - Window with border effect and text placement

SYNOPSIS

class frame : public window

DESCRIPTION

A frame adds border effects and text alignment to a window. The border effects can create a three-dimensional appearance to the window. A single line of text is put in the window, aligned in 9 possible ways. A frame can be used on its own as a holder for other objects or as a placeholder for static texts. A frame is also used as the base class for many other objects such as buttons. The frame only creates a visual effect. Derived classes add interaction by overriding the window's event handling functions.

SEE ALSO

DIAGNOSTICS