home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / POPCLIIV.LHA / popcliIV / sources / pchelp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-12  |  1.3 KB  |  37 lines

  1. /*
  2.  *  Source generated with GadToolsBox V1.3
  3.  *  which is (c) Copyright 1991,92 Jaba Development
  4.  */
  5.  
  6. #define GD_popcli_sc                           0
  7. #define GD_popcli_cmd                          1
  8. #define GD_help_sc                             2
  9. #define GD_lookfor_sc                          5
  10. #define GD_quit                                3
  11. #define GD_hide                                4
  12.  
  13. #define GDX_popcli_sc                          0
  14. #define GDX_popcli_cmd                         1
  15. #define GDX_help_sc                            2
  16. #define GDX_lookfor_sc                         5
  17. #define GDX_quit                               3
  18. #define GDX_hide                               4
  19.  
  20. extern struct Screen        *Scr;
  21. extern APTR                  VisualInfo;
  22. extern struct Window        *PopCliIVWnd;
  23. extern struct Gadget        *PopCliIVGList;
  24. extern struct Gadget        *PopCliIVGadgets[6];
  25. extern UWORD                 PopCliIVLeft;
  26. extern UWORD                 PopCliIVTop;
  27. extern UWORD                 PopCliIVWidth;
  28. extern UWORD                 PopCliIVHeight;
  29. extern UBYTE                *PopCliIVWdt;
  30. extern struct TextAttr       wide8;
  31.  
  32. extern int SetUpScreen( void );
  33. extern void CloseDownScreen( void );
  34. extern void PopCliIVRender( void );
  35. extern int OpenPopCliIVWindow( void );
  36. extern void ClosePopCliIVWindow( void );
  37.