home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / guicreator / demos / printer_temp.c < prev    next >
C/C++ Source or Header  |  1977-12-31  |  2KB  |  62 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 "Printer.h"
  13.  
  14.  
  15.  
  16.  
  17. /* Functions for PrinterPrefsWindow */
  18.  
  19. void UserSetupPrinterPrefsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
  20. {
  21. }
  22.  
  23. void Gadget2Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  24. {
  25. }
  26. void Gadget3Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  27. {
  28. }
  29. void Gadget5Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  30. {
  31. }
  32. void Gadget4Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  33. {
  34. }
  35. void Gadget6Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  36. {
  37. }
  38. void Gadget7Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  39. {
  40. }
  41. void Gadget8Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  42. {
  43. }
  44. void Gadget9Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  45. {
  46. }
  47. void Gadget10Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  48. {
  49. }
  50. void Gadget11Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  51. {
  52. }
  53. void Gadget12Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  54. {
  55. }
  56. void Gadget13Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  57. {
  58. }
  59. void Gadget14Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  60. {
  61. }
  62.