home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pIntui / FraClass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  1.6 KB  |  61 lines

  1. @DATABASE "pIntui/FraClass.h"
  2. @MASTER   "Work2:AD/IInc/pIntui/FraClass.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:35:01
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pIntui/FraClass.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pIntui/FraClass.h" LINK File}
  11.  
  12. @ENDNODE
  13. @NODE File "pIntui/FraClass.h"
  14. #ifndef __INC_POS_PINTUI_FRACLASS_H
  15. #define __INC_POS_PINTUI_FRACLASS_H
  16. /*******************************************************************
  17.  Includes Release 24
  18.  (C) Copyright 1995-1997 proDAD
  19.      All Rights Reserved
  20.  
  21.  $AUT Holger Burkarth
  22.  $DAT >>FraClass.h<<   01 Mar 1997    10:26:18 - (C) ProDAD
  23. *******************************************************************/
  24. #ifndef __INC_POS_PEXEC_LIST_H
  25. #include <@{"pExec/List.h" LINK "pExec/List.h/File"}>
  26. #endif
  27.  
  28. enum pOS_FrameClassType
  29. {
  30.   IFRACLTYP_SymMask =0xffff,
  31.   IFRACLTYP_SysClose=0x0001,  /* Close-Gadget Symbol */
  32.   IFRACLTYP_SysZip,           /* Zip-Gadget Symbol */
  33.   IFRACLTYP_SysWDepth,
  34.   IFRACLTYP_SysWSize,
  35.   IFRACLTYP_MenuHook,
  36.   IFRACLTYP_SubMenuIdent,
  37.   IFRACLTYP_ArrowUp,
  38.   IFRACLTYP_ArrowDown,
  39.   IFRACLTYP_ArrowLeft,
  40.   IFRACLTYP_ArrowRight,
  41.   IFRACLTYP_CheckBox,
  42.   IFRACLTYP_MX,
  43.   IFRACLTYP_PopUp,
  44.  
  45.  
  46.   IFRACLTYP_MenuBar=0x1000,
  47.  
  48.   IFRACLTYP_BgMask  =0xffff0000,
  49.   IFRACLTYP_Std     =0x00010000, /* Bevelbox + Background */
  50.   IFRACLTYP_Button  =0x00020000, /* Round-Bevelbox + Background */
  51.   IFRACLTYP_Button2 =0x00030000, /* Bevelbox + Background */
  52.   IFRACLTYP_OnlyBg  =0x00040000, /* only Background */
  53.   IFRACLTYP_EraseBg =0x00050000, /* Erase Background */
  54. };
  55.  
  56.  
  57.  
  58.  
  59. #endif
  60. @ENDNODE
  61.