home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / Triton / Source / classes / group.pub3 < prev    next >
Text File  |  1998-05-23  |  1KB  |  19 lines

  1. /* class_Group */
  2.  
  3. #define TRGR_Horiz              (TAG_USER+201)  /* Horizontal group */
  4. #define TRGR_Vert               (TAG_USER+202)  /* Vertical group */
  5. #define TRGR_End                (TRTG_OAT2+0x4B)/* End of a group */
  6.  
  7. #define TRGR_PROPSHARE          0x00000000L     /* Default: Divide objects proportionally */
  8. #define TRGR_EQUALSHARE         0x00000001L     /* Divide objects equally */
  9. #define TRGR_PROPSPACES         0x00000002L     /* Divide spaces proportionally */
  10. #define TRGR_ARRAY              0x00000004L     /* Top-level array group */
  11.  
  12. #define TRGR_ALIGN              0x00000008L     /* Align resizeable objects in secondary dimension */
  13. #define TRGR_CENTER             0x00000010L     /* Center unresizeable objects in secondary dimension */
  14.  
  15. #define TRGR_FIXHORIZ           0x00000020L     /* Don't allow horizontal resizing */
  16. #define TRGR_FIXVERT            0x00000040L     /* Don't allow vertical resizing */
  17. #define TRGR_INDEP              0x00000080L     /* Group is independant of surrounding array */
  18.  
  19.