Tutorial Eight: Creating Classes and Subclasses
In this tutorial, you will create the interface shown in the following figure:
MenuBar with File Menu
A Brief Overview of Classes and Subclasses
A group of widgets that make up a logical component of your user interface can be made into a class. This is a way to use Motif and C++, as described by Douglas A. Young in his book Object-Oriented Programming with C++ and OSF/Motif .