[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
Motif 2.1 Widget Writer's Guide
Chapter 4. The Widget Class Record of Manager Widgets
This chapter explains how to write a class record for
subclasses of the XmManager widget. As shown in Figure 3, the manager
widgets you write will descend from the Core, Composite, Constraint, and
XmManager widgets.
Figure 3. Class Hierarchy of Manager Widgets.
Therefore, the class record of a manager widget must consist of:
All 32 fields from the Core widget
All 5 fields from the Composite widget
Optionally, the fields of the extension record of the Composite widget
All 7 fields from the Constraints widget
Optionally, the fields of the extension record of the Constraint widget
All 7 fields from the XmManager widget
Optionally, the fields of the extension record of the XmManager widget
All the fields unique to your own manager widget
This chapter details all these fields from a Motif widget writer's
perspective. In addition, this chapter describes the data members of XmManager
that are accessible to your widget.
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]