home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- switchwindow/requesterclass
- switchwindow/requesterclass switchwindow/requesterclass
-
- NAME
- requesterclass -- a object embedded intuition requester.
-
- FUNCTION
- Class: requesterclass
- Superclass: rootclass
-
- A Intuition Requester.
-
- METHODS
- OM_NEW -- Create a new object.
-
- OM_SET -- Set an object's attribute.
-
- OM_GET -- Obtain the value of an attribute.
-
- OM_UPDATE
-
- OM_ADDMEMBER -- Add a member (gadgetclass, imageclass etc.).
-
- OM_REMMEMBER -- Remove a member.
-
- OM_DISPOSE -- Dispose object.
-
- REQUESTERM_REQUEST -- (internal usage)
-
- REQUESTERM_ENDREQUEST -- (internal usage)
-
- REQUESTERM_LINKMEMBERS -- (internal usage)
-
- REQUESTERM_UNLINKMEMBERS -- (internal usage)
-
- REQUESTERM_DTSYNC -- Sync all datatypesclass members
-
- TAGS
- REQUESTERA_Left (WORD) --
-
- Applicability is (IG).
-
- REQUESTERA_Top (WORD) --
-
- Applicability is (IG).
-
- REQUESTERA_RelLeft (WORD) --
-
- Applicability is (IG).
-
- REQUESTERA_RelTop (WORD) --
-
- Applicability is (IG).
-
- REQUESTERA_Width (WORD) --
-
- Applicability is (IG).
-
- REQUESTERA_Height (WORD) --
-
- Applicability is (IG).
-
- REQUESTERA_Title (STRPTR) --
-
- Applicability is (I).
-
- REQUESTERA_POINTREL (BOOL) --
-
- Applicability is (I).
-
- REQUESTERA_DMRequest (BOOL) -- Requester is a 'double menu' requester.
- Will be asynch activated by double-clicking the mouse menu button.
- NOTE: Menus will activated with a short delay
-
- Applicability is (I).
-
- ...
-
- REQUESTERA_VISIBLE (BOOL) -- determine if requester is visible or not.
-
- Applicability is (G).
-
- REQUESTERA_ATTACHED (BOOL) -- determine if requester is attached to a
- window or not.
-
- Applicability is (G).
-
- BUGS
- Does not work properly with datatypesclass objects. If the requester
- will be activated in the window, a crash follows.
-
-