home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pGadget/Switch.h"
- @MASTER "Work2:AD/IInc/pGadget/Switch.h"
- @REMARK This file was created by ADtoHT 2.0 on 08-Dez-96 14:42:51
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pGadget/Switch.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pGadget/Switch.h" LINK File}
-
- @ENDNODE
- @NODE File "pGadget/Switch.h"
- #ifndef __INC_POS_PGADGET_SWITCH_H
- #define __INC_POS_PGADGET_SWITCH_H
- /*******************************************************************
- $CRT 08 Oct 1996 : hb
-
- $AUT Holger Burkarth
- $DAT >>Switch.h<< 08 Oct 1996 17:32:50 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIST_H
- #include "p:pExec/List.h"
- #endif
-
- @{"struct pOS_Gadget" LINK "pGadget/Gadget.h/File" 22};
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_SwitchGadInfo
- {
- pOS_List wgi_List; /* list of (pOS_Gadget*) */
-
- UWORD wgi_NomMinWidth,wgi_NomMinHeight; // Nominal-Größe
- UWORD wgi_NomMaxWidth,wgi_NomMaxHeight; // Nominal-Größe
- ULONG wgi_Flags; /* (enum pOS_SwitchGadFlags) */
-
- pOS_Gadget *wgi_ActGadget;
- UBYTE wgi_BorHoriz,wgi_BorVert;
- };
-
-
-
- enum pOS_SwitchGadFlags /* wgi_Flags */
- {
- SWTGADF_AddWin = 0x0001, /* Gad ist im Window */
- SWTGADF_Dim = 0x0002, /* Abmaße sind berechnet */
- };
-
-
- #endif
- @ENDNODE
-