home *** CD-ROM | disk | FTP | other *** search
- /* wimpif.h */
-
- /* These are the filetypes that should be altered if you want to change the
- * filetypes which are used by my program. The file icon strings are the
- * icons to use. Note the leading 's' , since it is actually a validation
- * string for an icon.
- */
-
- #define MultiModule_FileType 0x7cf
- #define MultiModule_FileIcon "sfile_7cf"
- #define Module_FileType 0xffa
- #define Module_LargeFileIcon "sfile_ffa"
- #define Module_SmallFileIcon "ssmall_ffa"
- #define Module_Suggestion "Modules"
-
-
- /* Declares all the procedures and functions from wimpif.h */
-
- extern void initialise(void);
-
- #define VERSION_NUMBER 1
- #define IDENT "MultiMod"
-
- /* Menu items */
- #define bar_menu_info 1
- #define bar_menu_new 2
- #define bar_menu_quit 3
-
- extern menu bar_menu,disp_menu;
- extern file_info data;
- extern usage using;
-
- extern BOOL example_create_window(char *,wimp_w *);
- extern void example_redraw_window(wimp_w);
- extern void example_open_window(wimp_openstr *);
- extern void example_iconclick(wimp_i);
- extern void example_info_about_program(void);
- extern void example_menuproc(void *,char *);
- extern void data_win_handler(wimp_eventstr *, void *);
- extern BOOL example_initialise(void);
-
- /* Application version */
- extern char *example_Version_String;
-