home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / guicreator / demos / managecdpics_temp.c < prev    next >
C/C++ Source or Header  |  1977-12-31  |  1KB  |  50 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.  
  16.  
  17. /* Functions for ManageCDPicsWindow */
  18.  
  19. void UserSetupManageCDPicsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
  20. {
  21. }
  22.  
  23. void CDClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  24. {
  25. }
  26. void CategoryClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  27. {
  28. }
  29. void PictureClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  30. {
  31. }
  32. void TextClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  33. {
  34. }
  35. void StringClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  36. {
  37. }
  38. void ToShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  39. {
  40. }
  41. void SavePrefsClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  42. {
  43. }
  44. void SlideshowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  45. {
  46. }
  47. void ShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  48. {
  49. }
  50.