home *** CD-ROM | disk | FTP | other *** search
- IFND INTUITION_CLASSUSR_I
- INTUITION_CLASSUSR_I EQU 1
- * $Filename: intuition/classusr.i $
- * $Release: 2.04 Includes, V37.4 $
- * $Revision: 36.4 $
- * $Date: 91/11/08 $
- * For application users of Intuition object classes
- * (C) Copyright 1989-1991 Commodore-Amiga, Inc.
- * All Rights Reserved
- IFND UTILITY_HOOKS_I
- INCLUDE "utility/hooks.i"
- ENDC
- RSRESET
- Msg rs.b 0
- msg_MethodID rs 2
- ENUM $101
- EITEM OM_NEW
- EITEM OM_DISPOSE
- EITEM OM_SET
- EITEM OM_GET
- EITEM OM_ADDTAIL
- EITEM OM_REMOVE
- EITEM OM_NOTIFY
- EITEM OM_UPDATE
- EITEM OM_ADDMEMBER
- EITEM OM_REMMEMBER
- RSRESET
- opSet rs.b 4
- ops_AttrList rs 2
- ops_GInfo rs 2
- RSRESET
- opUpdate rs.b 4
- opu_AttrList rs 2
- opu_GInfo rs 2
- opu_Flags rs 2
- OPUB_INTERIM EQU 0
- OPUF_INTERIM EQU 1
- RSRESET
- opGet rs.b 4
- opg_AttrID rs 2
- opg_Storage rs 2
- RSRESET
- opAddTail rs.b 4
- opat_List rs 2
- RSRESET
- opMember rs.b 4
- opam_Object rs 2
- ENDC
-