home *** CD-ROM | disk | FTP | other *** search
- #include <exec/types.h>
- #include <intuition/intuition.h>
-
-
- #define TBWinLeft 1024 /* i.e. To the right :-) */
- #define TBWinTop 100
-
- #define TBGadW 42
- #define TBGadH 31
-
- enum ToolBoxIDs { CheckBoxID, CycleID, StringID, TextID, TextFieldID };
-
- extern struct Gadget ToolBoxGadgets[];
-
-
- /* Functions you may call */
-
- struct Window *OpenToolBox(struct Window *parent);
- void CloseToolBox(struct Window *win);
-