Home |
Windowing Interface Terminology Class PegThing |
Class PegThingClass PegThing is the most fundamental and important class of RTPEG-32. It is the base class from which all viewable objects are derived. You will be using the public functions of PegThing often when programming with RTPEG-32. Some basic properties of PegThing include: whether or not the object is visible; whether the object has a parent and who is the parent; whether the object has children and who are the children; whether the user should be allowed to interact with an object; etc. The complete API of class PegThing is given in the RTPEG-32 Reference Manual.
|