home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD5.iso / workbench / datatypes / switchwindowal.lha / sw.requesterclass.c.doc < prev    next >
Encoding:
Text File  |  1996-03-18  |  2.1 KB  |  94 lines

  1. TABLE OF CONTENTS
  2.  
  3. switchwindow/requesterclass
  4. switchwindow/requesterclass                       switchwindow/requesterclass
  5.  
  6.    NAME
  7.        requesterclass -- a object embedded intuition requester.
  8.  
  9.    FUNCTION
  10.        Class:        requesterclass
  11.        Superclass:   rootclass
  12.  
  13.        A Intuition Requester.
  14.  
  15.    METHODS
  16.        OM_NEW -- Create a new object.
  17.  
  18.        OM_SET -- Set an object's attribute.
  19.  
  20.        OM_GET -- Obtain the value of an attribute.
  21.  
  22.        OM_UPDATE
  23.  
  24.        OM_ADDMEMBER -- Add a member (gadgetclass, imageclass etc.).
  25.  
  26.        OM_REMMEMBER -- Remove a member.
  27.  
  28.        OM_DISPOSE -- Dispose object.
  29.  
  30.        REQUESTERM_REQUEST -- (internal usage)
  31.  
  32.        REQUESTERM_ENDREQUEST -- (internal usage)
  33.  
  34.        REQUESTERM_LINKMEMBERS -- (internal usage)
  35.  
  36.        REQUESTERM_UNLINKMEMBERS -- (internal usage)
  37.  
  38.        REQUESTERM_DTSYNC -- Sync all datatypesclass members
  39.  
  40.    TAGS
  41.        REQUESTERA_Left (WORD) --
  42.  
  43.            Applicability is (IG).
  44.  
  45.        REQUESTERA_Top (WORD) --
  46.  
  47.            Applicability is (IG).
  48.  
  49.        REQUESTERA_RelLeft (WORD) --
  50.  
  51.            Applicability is (IG).
  52.  
  53.        REQUESTERA_RelTop (WORD) --
  54.  
  55.            Applicability is (IG).
  56.  
  57.        REQUESTERA_Width (WORD) --
  58.  
  59.            Applicability is (IG).
  60.  
  61.        REQUESTERA_Height (WORD) --
  62.  
  63.            Applicability is (IG).
  64.  
  65.        REQUESTERA_Title (STRPTR) --
  66.  
  67.            Applicability is (I).
  68.  
  69.        REQUESTERA_POINTREL (BOOL) --
  70.  
  71.            Applicability is (I).
  72.  
  73.        REQUESTERA_DMRequest (BOOL) -- Requester is a 'double menu' requester.
  74.            Will be asynch activated by double-clicking the mouse menu button.
  75.            NOTE: Menus will activated with a short delay
  76.  
  77.            Applicability is (I).
  78.  
  79.        ...
  80.  
  81.        REQUESTERA_VISIBLE (BOOL) -- determine if requester is visible or not.
  82.  
  83.            Applicability is (G).
  84.  
  85.        REQUESTERA_ATTACHED (BOOL) -- determine if requester is attached to a 
  86.            window or not.
  87.  
  88.            Applicability is (G).
  89.  
  90.    BUGS
  91.        Does not work properly with datatypesclass objects. If the requester
  92.        will be activated in the window, a crash follows.
  93.  
  94.