home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / gui / guicreator / demos / managecdpics_temp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-04  |  1.7 KB  |  68 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 "ManageCDPics.h"
  13.  
  14.  
  15. /* Functions for ManageCDPicsWindow */
  16.  
  17. /// UserSetupManageCDPicsWindow()
  18. void UserSetupManageCDPicsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
  19. {
  20. }
  21. ///
  22.  
  23. /// CDClicked()
  24. void CDClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  25. {
  26. }
  27. ///
  28. /// CategoryClicked()
  29. void CategoryClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  30. {
  31. }
  32. ///
  33. /// PictureClicked()
  34. void PictureClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  35. {
  36. }
  37. ///
  38. /// TextClicked()
  39. void TextClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  40. {
  41. }
  42. ///
  43. /// StringClicked()
  44. void StringClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  45. {
  46. }
  47. ///
  48. /// ToShowClicked()
  49. void ToShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  50. {
  51. }
  52. ///
  53. /// SavePrefsClicked()
  54. void SavePrefsClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  55. {
  56. }
  57. ///
  58. /// SlideshowClicked()
  59. void SlideshowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  60. {
  61. }
  62. ///
  63. /// ShowClicked()
  64. void ShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  65. {
  66. }
  67. ///
  68.