home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / screen / m / modesel / !ModeSel_h_modes < prev    next >
Encoding:
Text File  |  1994-06-19  |  745 b   |  48 lines

  1. #include "wimp.h"
  2. #include "stdio.h"
  3.  
  4. void start_modes_get (bits *event_mask);
  5.  
  6. void end_modes_get (bits *event_mask);
  7.  
  8. int find_mode_clicked(wimp_i i);
  9.  
  10.  
  11. bool got_modes(void);
  12.  
  13. void sort_modes(int field);
  14.  
  15. bool get_modes(void);
  16.  
  17. void get_all_modes(void);
  18.  
  19. int total_modes(void);
  20.  
  21. /* access */
  22.  
  23. void set_icon(int position, wimp_i icon);
  24.  
  25. wimp_i get_icon(int position);
  26.  
  27. int get_bpp(int position);
  28.  
  29. void create_string (int position, char *str);
  30.  
  31. void get_res(int position, char* res);
  32.  
  33. bool hi_res(int position);
  34.  
  35. int get_mode_no(int position);
  36.  
  37. void save_excepts(FILE *Config);
  38.  
  39. void load_excepts(FILE *Config);
  40.  
  41. int get_except(int position);
  42.  
  43. void new_except(int mode);
  44.  
  45. void remove_except(int mode);
  46.  
  47. int sel_find_mode(int bpp, char *selStr);
  48.