home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / gui / guicreator / demos / sound.h < prev    next >
C/C++ Source or Header  |  1995-07-04  |  3KB  |  55 lines

  1. #include "Sound_Structures.h"
  2.  
  3.  
  4. /* Functions created by GUICreator */
  5.  
  6. void SleepWindow(struct Window *win);
  7. void WakenWindow(struct Window *win);
  8. void GUICreatorErrorReport(struct Window *win,ULONG type);
  9. void CreateBevelFrames(struct Window *win,APTR visualinfo,ULONG bevelcount,struct BevelFrame bevels[]);
  10. void CreateLines(struct Window *win,int linecount,struct Line lines[]);
  11. void CreateTexts(struct Window *win,int textcount,struct Text texts[],long double xscale,long double yscale);
  12. void About(struct Window *hostwin);
  13.  
  14. void HandleSoundPrefsWindow(struct Screen *customscreen,LONG left,LONG top,APTR userdata);
  15.  
  16.  
  17. /* Defines for SoundPrefsWindow */
  18.  
  19. #define LAID_Gadget1                   0
  20. #define LAID_Gadget2                   1
  21. #define LAID_Gadget3                   2
  22. #define LAID_Gadget4                   3
  23. #define LAID_Gadget6                   4
  24. #define LAID_Gadget8                   5
  25. #define LAID_Gadget9                   6
  26. #define CBID_Gadget10                  7
  27. #define CBID_Gadget11                  8
  28. #define CYID_Gadget12                  9
  29. #define SLID_Gadget14                  10
  30. #define SLID_Gadget15                  11
  31. #define SLID_Gadget1                   12
  32. #define STID_Gadget4                   13
  33. #define BTID_Gadget3                   14
  34. #define BTID_Gadget5                   15
  35. #define BTID_Gadget6                   16
  36. #define BTID_Gadget8                   17
  37. #define BTID_Gadget9                   18
  38.  
  39.  
  40. /* Functions which you must define for SoundPrefsWindow */
  41.  
  42.  
  43. extern void Gadget10Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  44. extern void Gadget11Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  45. extern void Gadget12Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  46. extern void Gadget14Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  47. extern void Gadget15Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  48. extern void Gadget1Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  49. extern void Gadget4Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  50. extern void Gadget3Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  51. extern void Gadget5Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  52. extern void Gadget6Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  53. extern void Gadget8Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  54. extern void Gadget9Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  55.