home *** CD-ROM | disk | FTP | other *** search
- #include "wimp.h"
- #include "stdio.h"
-
- void start_modes_get (bits *event_mask);
-
- void end_modes_get (bits *event_mask);
-
- int find_mode_clicked(wimp_i i);
-
-
- bool got_modes(void);
-
- void sort_modes(int field);
-
- bool get_modes(void);
-
- void get_all_modes(void);
-
- int total_modes(void);
-
- /* access */
-
- void set_icon(int position, wimp_i icon);
-
- wimp_i get_icon(int position);
-
- int get_bpp(int position);
-
- void create_string (int position, char *str);
-
- void get_res(int position, char* res);
-
- bool hi_res(int position);
-
- int get_mode_no(int position);
-
- void save_excepts(FILE *Config);
-
- void load_excepts(FILE *Config);
-
- int get_except(int position);
-
- void new_except(int mode);
-
- void remove_except(int mode);
-
- int sel_find_mode(int bpp, char *selStr);
-