| UControl(3U) | InterViews Reference Manual | UControl(3U) |
UControl, UControlInteractor - base classes for menu and button interfaces that work with ControlInfo objects
#include <Unidraw/uctrl.h>
UControl is an abstract class that augments InterViews' Control base class to deal with Unidraw's ControlInfo objects, which define a keyboard equivalent for the control. UControlInteractor is an abstract base class for interactors that base their appearance on the information in a ControlInfo object. UControl subclasses can use UControlInteractor subclasses to define their appearance.
Unidraw-based applications needn't use UControls and UControlInteractors to help define their look and feel if Unidraw's keyboard equivalent mechanism is not needed.
Control(3I), ControlInfo(3U), Graphic(3U), GraphicComp(3U), GraphicView(3U), KeyMap(3U)
| 20 November 1990 | Unidraw |