comparison src/proto/gui_amiga.pro @ 38:c524f99c7925 v7.0022

updated for version 7.0022
author vimboss
date Sun, 12 Dec 2004 11:37:09 +0000
parents 3fc0f57ecb91
children
comparison
equal deleted inserted replaced
37:fdf55076c53f 38:c524f99c7925
18 void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag)); 18 void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag));
19 void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max)); 19 void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max));
20 void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h)); 20 void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h));
21 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient)); 21 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
22 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); 22 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb));
23 char_u *gui_mch_getfontname __ARGS((GuiFont font));
23 int gui_mch_init_font __ARGS((char_u *font_name, int fontset)); 24 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
24 int gui_mch_adjust_charsize __ARGS((void)); 25 int gui_mch_adjust_charsize __ARGS((void));
25 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing)); 26 GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
27 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
26 void gui_mch_set_font __ARGS((GuiFont font)); 28 void gui_mch_set_font __ARGS((GuiFont font));
27 void gui_mch_free_font __ARGS((GuiFont font)); 29 void gui_mch_free_font __ARGS((GuiFont font));
28 guicolor_T gui_mch_get_color __ARGS((char_u *name)); 30 guicolor_T gui_mch_get_color __ARGS((char_u *name));
29 void gui_mch_set_colors __ARGS((guicolor_T fg, guicolor_T bg)); 31 void gui_mch_set_colors __ARGS((guicolor_T fg, guicolor_T bg));
30 void gui_mch_set_fg_color __ARGS((guicolor_T color)); 32 void gui_mch_set_fg_color __ARGS((guicolor_T color));