[Contents] [index] [Help] [Retrace] [browse <] [Browse >]

Class:                  rootclass
Superclass:             None
Include File:           <intuition/classusr.h>

This is the universal base class for all other classes.

New Methods:
------------
 om_new        om_addtail 
 om_dispose    om_remove 

The following methods are described at the rootclass level although its up
to the subclasses to actually implement them.  If a class does not
implement these methods, it should either return zero, indicating that
this class does not support the method, or defer processing on to its
superclass.

 om_addmember    om_get    om_update 
 om_remmember    om_set    om_notify 

Changed Methods:
----------------
Not applicable.

Attributes:
-----------
None.