home *** CD-ROM | disk | FTP | other *** search
- #include "ManageCDPics_Structures.h"
-
-
- /* Functions created by GUICreator */
-
- void SleepWindow(struct Window *win);
- void WakenWindow(struct Window *win);
- void GUICreatorErrorReport(struct Window *win,ULONG type);
- void CreateBevelFrames(struct Window *win,APTR visualinfo,ULONG bevelcount,struct BevelFrame bevels[]);
- void CreateLines(struct Window *win,int linecount,struct Line lines[]);
- void CreateTexts(struct Window *win,int textcount,struct Text texts[],long double xscale,long double yscale);
- void About(struct Window *hostwin);
-
- void HandleManageCDPicsWindow(struct Screen *customscreen,LONG left,LONG top,APTR userdata);
-
-
- /* Defines for ManageCDPicsWindow */
-
- #define LVID_CD 0
- #define LVID_Category 1
- #define LVID_Picture 2
- #define LAID_Gadget5 3
- #define LAID_Gadget6 4
- #define LAID_Gadget7 5
- #define TXID_Text 6
- #define LAID_Gadget9 7
- #define STID_String 8
- #define LAID_Gadget12 9
- #define CYID_ToShow 10
- #define BTID_SavePrefs 11
- #define BTID_Slideshow 12
- #define BTID_Show 13
-
-
- /* Functions which you must define for ManageCDPicsWindow */
-
- extern void UserSetupManageCDPicsWindow(struct Window *win,struct Gadget *wingads[],APTR userdata);
-
- extern void CDClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
- extern void CategoryClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
- extern void PictureClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
- extern void TextClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
- extern void StringClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
- extern void ToShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
- extern void SavePrefsClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
- extern void SlideshowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
- extern void ShowClicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
-