comparison src/proto/gui_mac.pro @ 816:4a79d6d376f0 v7.0c02

updated for version 7.0c02
author vimboss
date Tue, 28 Mar 2006 21:08:56 +0000
parents ce2181d14aa0
children 6c4da3e24371
comparison
equal deleted inserted replaced
815:c68b7b2b9e07 816:4a79d6d376f0
26 int gui_mch_open __ARGS((void)); 26 int gui_mch_open __ARGS((void));
27 void gui_mch_exit __ARGS((int)); 27 void gui_mch_exit __ARGS((int));
28 void gui_mch_set_winsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height)); 28 void gui_mch_set_winsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height));
29 int gui_mch_get_winpos __ARGS((int *x, int *y)); 29 int gui_mch_get_winpos __ARGS((int *x, int *y));
30 void gui_mch_set_winpos __ARGS((int x, int y)); 30 void gui_mch_set_winpos __ARGS((int x, int y));
31 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height)); 31 void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height, int direction));
32 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h)); 32 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
33 void gui_mch_set_text_area_pos __ARGS((int x, int y, int w, int h)); 33 void gui_mch_set_text_area_pos __ARGS((int x, int y, int w, int h));
34 void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag)); 34 void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag));
35 void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max)); 35 void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max));
36 void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h)); 36 void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h));