comparison src/proto/gui_kde_x11.pro @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents 404aac550f35
children 014ba200db86
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
16 void gui_mch_show_toolbar __ARGS((int showit)); 16 void gui_mch_show_toolbar __ARGS((int showit));
17 int gui_mch_adjust_charsize __ARGS((void)); 17 int gui_mch_adjust_charsize __ARGS((void));
18 GuiFontset gui_mch_get_fontset __ARGS((char_u *name, int report_error, int fixed_width)); 18 GuiFontset gui_mch_get_fontset __ARGS((char_u *name, int report_error, int fixed_width));
19 int gui_mch_init_font __ARGS((char_u *font_name, int fontset)); 19 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
20 GuiFont gui_mch_get_font __ARGS((char_u *name, int report_error)); 20 GuiFont gui_mch_get_font __ARGS((char_u *name, int report_error));
21 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
21 void gui_mch_set_font __ARGS((GuiFont font)); 22 void gui_mch_set_font __ARGS((GuiFont font));
22 void gui_mch_set_fontset __ARGS((GuiFontset fontset)); 23 void gui_mch_set_fontset __ARGS((GuiFontset fontset));
23 void gui_mch_free_font __ARGS((GuiFont font)); 24 void gui_mch_free_font __ARGS((GuiFont font));
24 void gui_mch_free_fontset __ARGS((GuiFontset fontset)); 25 void gui_mch_free_fontset __ARGS((GuiFontset fontset));
25 guicolor_T gui_mch_get_color __ARGS((char_u *name)); 26 guicolor_T gui_mch_get_color __ARGS((char_u *name));