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

  1. TABLE OF CONTENTS
  2.  
  3. switchwindow/groupclass
  4. switchwindow/groupclass                               switchwindow/groupclass
  5.  
  6.    NAME
  7.        groupclass -- Gadget group
  8.  
  9.    FUNCTION
  10.        Class:        groupclass
  11.        Superclass:   gadgetclass
  12.  
  13.        A custom gadget group
  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 -- Update an object's attributes
  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.        ...
  31.    TAGS
  32.        GROUPA_HelpMember (Object *) --
  33.  
  34.            Applicability is (G).
  35.  
  36.        GROUPA_HelpMemberCode (UWORD) --
  37.  
  38.            Applicability is (G).
  39.  
  40.        GROUPA_ActiveMember (Object *) --
  41.  
  42.            Applicability is (ISGU).
  43.  
  44.        GROUPA_ZoomMinDomainWidth (WORD) --
  45.  
  46.            Applicability is (ISGU).
  47.  
  48.        GROUPA_ZoomMaxDomainWidth (WORD) --
  49.  
  50.            Applicability is (ISGU).
  51.  
  52.        GROUPA_ZoomMinDomainHeight (WORD) --
  53.  
  54.            Applicability is (ISGU).
  55.  
  56.        GROUPA_ZoomMaxDomainHeight (WORD) --
  57.  
  58.            Applicability is (ISGU).
  59.  
  60.        GROUPA_Zoomed (BOOL) --
  61.  
  62.            Applicability is (ISGU).
  63.  
  64.        GROUPA_Zoomable (BOOL) --
  65.  
  66.            Applicability is (ISGU).
  67.  
  68.        GROUPA_Visible (BOOL) --
  69.  
  70.            Applicability is (ISGU).
  71.  
  72.        ...
  73.    BUGS
  74.  
  75.