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

updated for version 7.0116
author vimboss
date Mon, 25 Jul 2005 20:42:36 +0000
parents c93c9cad9618
children ce2181d14aa0
comparison
equal deleted inserted replaced
443:43bf0bcf2110 444:d0d15b184c56
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));
37 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient)); 37 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
38 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); 38 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb));
39 int gui_mch_adjust_charsize __ARGS((void)); 39 int gui_mch_adjust_charheight __ARGS((void));
40 int gui_mch_init_font __ARGS((char_u *font_name, int fontset)); 40 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
41 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing)); 41 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
42 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name)); 42 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
43 GuiFont gui_mac_find_font __ARGS((char_u *font_name)); 43 GuiFont gui_mac_find_font __ARGS((char_u *font_name));
44 void gui_mch_set_font __ARGS((GuiFont font)); 44 void gui_mch_set_font __ARGS((GuiFont font));