[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Programmer's Guide



Chapter 5. Basic Controls

Controls are widgets and gadgets with which the user interacts directly. They form the leaves of the widget tree whose root is the application's top-level shell. In most cases, controls are subclasses of XmPrimitive or XmGadget, and their parents are subclasses of XmManager. (XmScale is a manager, but in many ways the application treats it as a primitive.) Motif provides the following basic controls:

  1. Labels, buttons, and separators

  2. ScrollBar

  3. Scale

  4. List

  5. Text and TextField

  6. [ Previous | Next | Contents | Glossary | Home | Search ]