home *** CD-ROM | disk | FTP | other *** search
- {$if not def INTUITION_CGHOOKS_H} CONST INTUITION_CGHOOKS_H=0;
-
- { *********************************************************************
- ** KickPascal-Include-Datei "intuition/cghooks.h" zu Kickstart 3.0 **
- ********************************************************************* }
-
- TYPE p_GadgetInfo = ^GadgetInfo;
- TYPE p_PGX = ^PGX;
-
- {$if not def INTUITION_INTUITION_H;incl "intuition/intuition.h";endif}
-
- TYPE GadgetInfo = RECORD
- gi_Screen : p_Screen;
- gi_Window : p_Window;
- gi_Requester : p_Requester;
- gi_RastPort : p_RastPort;
- gi_Layer : p_Layer;
- gi_Domain : IBox;
- gi_Pens : RECORD
- DetailPen : Byte;
- BlockPen : Byte;
- END;
- gi_DrInfo : p_DrawInfo;
- gi_Reserved : ARRAY[0..5] OF Long;
- END;
-
- TYPE PGX = RECORD
- pgx_Container : IBox;
- pgx_NewKnob : IBox;
- END;
-
- {$endif}
-