home *** CD-ROM | disk | FTP | other *** search
- #include <exec/types.h>
- #include <graphics/gfxbase.h>
- #include <intuition/gadgetclass.h>
-
- #include <clib/alib_protos.h>
- #include <clib/exec_protos.h>
- #include <clib/intuition_protos.h>
- #include <clib/gadtools_protos.h>
- #include <clib/graphics_protos.h>
- #include <clib/dos_protos.h>
-
- #include "ManageCDPics.h"
-
-
- /* Functions for ManageCDPicsWindow */
-
- /// UserSetupManageCDPicsWindow()
- void UserSetupManageCDPicsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata)
- {
- }
- ///
-
- /// CDClicked()
- void CDClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
- /// CategoryClicked()
- void CategoryClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
- /// PictureClicked()
- void PictureClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
- /// TextClicked()
- void TextClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
- /// StringClicked()
- void StringClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
- /// ToShowClicked()
- void ToShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
- /// SavePrefsClicked()
- void SavePrefsClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
- /// SlideshowClicked()
- void SlideshowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
- /// ShowClicked()
- void ShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata)
- {
- }
- ///
-