home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pGadget / Drag.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-08  |  1.2 KB  |  55 lines

  1. @DATABASE "pGadget/Drag.h"
  2. @MASTER   "Work2:AD/IInc/pGadget/Drag.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 08-Dez-96  14:42:44
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pGadget/Drag.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pGadget/Drag.h" LINK File}
  11.  
  12.  
  13. @{b}Structures@{ub}
  14.  
  15. @{"pOS_DragAttribute" LINK "pGadget/Drag.h/File" 26}  @{"pOS_GadgetDrag" LINK "pGadget/Drag.h/File" 17}
  16.  
  17. @ENDNODE
  18. @NODE File "pGadget/Drag.h"
  19. #ifndef __INC_POS_PGADGET_DRAG_H
  20. #define __INC_POS_PGADGET_DRAG_H
  21. /*******************************************************************
  22.  $CRT 02 Aug 1996 : hb
  23.  
  24.  $AUT Holger Burkarth
  25.  $DAT >>Drag.h<<   02 Aug 1996    13:49:57 - (C) ProDAD
  26. *******************************************************************/
  27. #ifndef __INC_POS_PEXEC_LIST_H
  28. #include "p:pExec/List.h"
  29. #endif
  30.  
  31.  
  32.  
  33. /*----------------------------------
  34. -----------------------------------*/
  35. struct pOS_GadgetDrag
  36. {
  37.   pOS_ExList gdg_AttList; /* Attribute-Liste (@{"struct pOS_DragAttribute" LINK "pGadget/Drag.h/File" 26}*) */
  38.  
  39. };
  40.  
  41.  
  42. /*----------------------------------
  43. -----------------------------------*/
  44. struct pOS_DragAttribute
  45. {
  46.   pOS_ExNode dga_Node;  /* ln_Name=dga_Name */
  47.  
  48.   UBYTE dga_Reserved[32];
  49.  
  50.   CHAR       dga_Name[1];
  51. };
  52.  
  53. #endif
  54. @ENDNODE
  55.