Base Structures



Compounds

     struct   cClipThis is a base window structure - a clipped box, which may contain other objects
     struct   cEngineProvides timely graphical output
     struct   cObjectRepresents a simple graphic object, and implements base message-delivery and command-processing functions


Detailed Description

The most basic structures (cObject, cClip, etc.) that serve as a base for the rest of this group, save the AppGeneric and the cWinApp structures. Please pay special attention to the cEngine structure that provides a couple of quite useful services (also, note that there exists a single, unique instance of such an object in the system).