#ifndef __INC_POS_PINTUI_FRACLASS_H
#define __INC_POS_PINTUI_FRACLASS_H
/*******************************************************************
 Includes Release 24
 (C) Copyright 1995-1997 proDAD
     All Rights Reserved

 $AUT Holger Burkarth
 $DAT >>FraClass.h<<   01 Mar 1997    10:26:18 - (C) ProDAD
*******************************************************************/
#ifndef __INC_POS_PEXEC_LIST_H
#include <pExec/List.h>
#endif

enum pOS_FrameClassType
{
  IFRACLTYP_SymMask =0xffff,
  IFRACLTYP_SysClose=0x0001,  /* Close-Gadget Symbol */
  IFRACLTYP_SysZip,           /* Zip-Gadget Symbol */
  IFRACLTYP_SysWDepth,
  IFRACLTYP_SysWSize,
  IFRACLTYP_MenuHook,
  IFRACLTYP_SubMenuIdent,
  IFRACLTYP_ArrowUp,
  IFRACLTYP_ArrowDown,
  IFRACLTYP_ArrowLeft,
  IFRACLTYP_ArrowRight,
  IFRACLTYP_CheckBox,
  IFRACLTYP_MX,
  IFRACLTYP_PopUp,


  IFRACLTYP_MenuBar=0x1000,

  IFRACLTYP_BgMask  =0xffff0000,
  IFRACLTYP_Std     =0x00010000, /* Bevelbox + Background */
  IFRACLTYP_Button  =0x00020000, /* Round-Bevelbox + Background */
  IFRACLTYP_Button2 =0x00030000, /* Bevelbox + Background */
  IFRACLTYP_OnlyBg  =0x00040000, /* only Background */
  IFRACLTYP_EraseBg =0x00050000  /* Erase Background */
};




#endif
