home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pIntui/WinFlags.h"
- @MASTER "Work2:AD/IInc/pIntui/WinFlags.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:35:16
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pIntui/WinFlags.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pIntui/WinFlags.h" LINK File}
-
- @ENDNODE
- @NODE File "pIntui/WinFlags.h"
- #ifndef __INC_POS_PINTUI_WINFLAGS_H
- #define __INC_POS_PINTUI_WINFLAGS_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>WinFlags.h<< 30 Sep 1996 08:47:55 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_TYPES_H
- #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}>
- #endif
-
-
- /** Mode for @{"pOS_InvalidWindowRect()" LINK "pIntuiD/pOS_InvalidWindowRect"} **/
- enum
- {
- INVALWINF_None = 0x0000,
- INVALWINF_CreateMsg = 0x0001, /* IDCMP_Refresh-Message wird erzeugt */
- INVALWINF_ClearBg = 0x0002, /* Background wird gelöscht */
- };
-
-
- /** Mode for @{"pOS_SetWindowBusy()" LINK "pIntuiD/pOS_SetWindowBusy"} **/
- enum
- {
- WINBUSYF_None = 0x0000,
- WINBUSYF_DisActivate = 0x0001,/* Window kann nicht aktiviert werden */
- WINBUSYF_DisDrop = 0x0002,/* das Window verweigert Drop */
- WINBUSYF_DisDrag = 0x0004,/* das Window verweigert Drag */
- WINBUSYF_Inactivate = 0x0008,/* dem Window wird der Fokus entzogen */
- WINBUSYF_RemIDCMP = 0x0010,/* Alle windowbezogene IDCMPs wie
- ** IDCMP_MouseButtons,IDCMP_GadgetDown,
- ** IDCMP_GadgetUp,IDCMP_VanillaKey,
- ** IDCMP_RawKey werden entfernt.
- ** => verhindert späte Reaktionen
- */
- };
-
-
-
- #endif
- @ENDNODE
-