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

  1. #include <exec/types.h>
  2. #include <graphics/gfxbase.h>
  3. #include <intuition/gadgetclass.h>
  4.  
  5. #include <clib/alib_protos.h>
  6. #include <clib/exec_protos.h>
  7. #include <clib/intuition_protos.h>
  8. #include <clib/gadtools_protos.h>
  9. #include <clib/graphics_protos.h>
  10. #include <clib/dos_protos.h>
  11.  
  12. #include "Sound.h"
  13.  
  14.  
  15. /* Functions for SoundPrefsWindow */
  16.  
  17.  
  18. /// Gadget10Clicked()
  19. void Gadget10Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  20. {
  21. }
  22. ///
  23. /// Gadget11Clicked()
  24. void Gadget11Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  25. {
  26. }
  27. ///
  28. /// Gadget12Clicked()
  29. void Gadget12Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  30. {
  31. }
  32. ///
  33. /// Gadget14Clicked()
  34. void Gadget14Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  35. {
  36. }
  37. ///
  38. /// Gadget15Clicked()
  39. void Gadget15Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  40. {
  41. }
  42. ///
  43. /// Gadget1Clicked()
  44. void Gadget1Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  45. {
  46. }
  47. ///
  48. /// Gadget4Clicked()
  49. void Gadget4Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  50. {
  51. }
  52. ///
  53. /// Gadget3Clicked()
  54. void Gadget3Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  55. {
  56. }
  57. ///
  58. /// Gadget5Clicked()
  59. void Gadget5Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  60. {
  61. }
  62. ///
  63. /// Gadget6Clicked()
  64. void Gadget6Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  65. {
  66. }
  67. ///
  68. /// Gadget8Clicked()
  69. void Gadget8Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  70. {
  71. }
  72. ///
  73. /// Gadget9Clicked()
  74. void Gadget9Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  75. {
  76. }
  77. ///
  78.