home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / db3.6-beta-src / toolbox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-15  |  404 b   |  20 lines

  1. #include <exec/types.h>
  2. #include <intuition/intuition.h>
  3.  
  4.  
  5. #define TBWinLeft 1024  /* i.e. To the right :-) */
  6. #define TBWinTop 100
  7.  
  8. #define TBGadW 42
  9. #define TBGadH 31
  10.  
  11. enum ToolBoxIDs { CheckBoxID, CycleID, StringID, TextID, TextFieldID };
  12.  
  13. extern struct Gadget ToolBoxGadgets[];
  14.  
  15.  
  16. /* Functions you may call */
  17.  
  18. struct Window *OpenToolBox(struct Window *parent);
  19. void CloseToolBox(struct Window *win);
  20.