[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

This method tells an object to add itself to the end of a specified Exec
list.  Boopsi objects contain a MinNode structure used for this purpose.
The return value for this method is not explicitly defined.

The method uses a custom message (defined in <intuition/classusr.h>):

    struct opAddTail {
        ULONG       MethodID;   /* OM_ADDTAIL */
        struct List *opat_List; /* The exec list to add the object to */
    };

The opat_List can be any Exec list.  Use the Intuition function
NextObject() to step through this list.