comparison src/proto/gui_w32.pro @ 444:d0d15b184c56

updated for version 7.0116
author vimboss
date Mon, 25 Jul 2005 20:42:36 +0000
parents 9595cf1d80a7
children 52e76e2b5b65
comparison
equal deleted inserted replaced
443:43bf0bcf2110 444:d0d15b184c56
10 void gui_mch_set_winpos __ARGS((int x, int y)); 10 void gui_mch_set_winpos __ARGS((int x, int y));
11 void gui_mch_set_text_area_pos __ARGS((int x, int y, int w, int h)); 11 void gui_mch_set_text_area_pos __ARGS((int x, int y, int w, int h));
12 void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag)); 12 void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag));
13 void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h)); 13 void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h));
14 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient)); 14 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
15 int gui_mch_adjust_charsize __ARGS((void)); 15 int gui_mch_adjust_charheight __ARGS((void));
16 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing)); 16 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
17 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name)); 17 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
18 void gui_mch_free_font __ARGS((GuiFont font)); 18 void gui_mch_free_font __ARGS((GuiFont font));
19 guicolor_T gui_mch_get_color __ARGS((char_u *name)); 19 guicolor_T gui_mch_get_color __ARGS((char_u *name));
20 int gui_mch_haskey __ARGS((char_u *name)); 20 int gui_mch_haskey __ARGS((char_u *name));