home *** CD-ROM | disk | FTP | other *** search
- {$if not def PREFS_ICONTROL_H} CONST PREFS_ICONTROL_H=TRUE;
-
- { ******************************************************************
- ** KickPascal-Include-Datei "prefs/icontrol.h" zu Kickstart 3.0 **
- ****************************************************************** }
-
- {$if not def LIBRARIES_IFFPARSE_H;incl "libraries/iffparse.h";endif}
-
- CONST
- ID_ICTL = $4943544c; { "ICTL" }
-
- ICB_COERCE_COLORS = 0;
- ICB_COERCE_LACE = 1;
- ICB_STRGAD_FILTER = 2;
- ICB_MENUSNAP = 3;
-
- ICF_COERCE_COLORS = 1;
- ICF_COERCE_LACE = 2;
- ICF_STRGAD_FILTER = 4;
- ICF_MENUSNAP = 8;
-
- TYPE
- p_IControlPrefs=^IControlPrefs;
- IControlPrefs = RECORD
- ic_Reserved : array[0..3] of Long;
- ic_TimeOut : Word;
- ic_MetaDrag : Integer;
- ic_Flags : Long;
- ic_WBtoFront : Byte;
- ic_FrontToBack : Byte;
- ic_ReqTrue : Byte;
- ic_ReqFalse : Byte;
- end;
-
- {$endif}
-