home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / gui / guicreator / demos / printer_temp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-04  |  2.4 KB  |  93 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. /* Functions for PrinterPrefsWindow */
  16.  
  17. /// UserSetupPrinterPrefsWindow()
  18. void UserSetupPrinterPrefsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
  19. {
  20. }
  21. ///
  22. /// UserRefreshPrinterPrefsWindow()
  23. void UserRefreshPrinterPrefsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
  24. {
  25. }
  26. ///
  27.  
  28. /// Gadget2Clicked()
  29. void Gadget2Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  30. {
  31. }
  32. ///
  33. /// Gadget3Clicked()
  34. void Gadget3Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  35. {
  36. }
  37. ///
  38. /// Gadget5Clicked()
  39. void Gadget5Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  40. {
  41. }
  42. ///
  43. /// Gadget4Clicked()
  44. void Gadget4Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  45. {
  46. }
  47. ///
  48. /// Gadget6Clicked()
  49. void Gadget6Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  50. {
  51. }
  52. ///
  53. /// Gadget7Clicked()
  54. void Gadget7Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  55. {
  56. }
  57. ///
  58. /// Gadget8Clicked()
  59. void Gadget8Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  60. {
  61. }
  62. ///
  63. /// Gadget9Clicked()
  64. void Gadget9Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  65. {
  66. }
  67. ///
  68. /// Gadget10Clicked()
  69. void Gadget10Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  70. {
  71. }
  72. ///
  73. /// Gadget11Clicked()
  74. void Gadget11Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  75. {
  76. }
  77. ///
  78. /// Gadget12Clicked()
  79. void Gadget12Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  80. {
  81. }
  82. ///
  83. /// Gadget13Clicked()
  84. void Gadget13Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  85. {
  86. }
  87. ///
  88. /// Gadget14Clicked()
  89. void Gadget14Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
  90. {
  91. }
  92. ///
  93.