comparison src/proto/gui_gtk_x11.pro @ 2275:e4d849f4df03 vim73

Remove the old and not well supported GTK 1 code. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Jun 2010 05:37:59 +0200
parents 63157185aea5
children 342b17608967
comparison
equal deleted inserted replaced
2274:7c31d761ffa9 2275:e4d849f4df03
24 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h)); 24 void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
25 void gui_mch_settitle __ARGS((char_u *title, char_u *icon)); 25 void gui_mch_settitle __ARGS((char_u *title, char_u *icon));
26 void gui_mch_enable_menu __ARGS((int showit)); 26 void gui_mch_enable_menu __ARGS((int showit));
27 void gui_mch_show_toolbar __ARGS((int showit)); 27 void gui_mch_show_toolbar __ARGS((int showit));
28 int gui_mch_adjust_charheight __ARGS((void)); 28 int gui_mch_adjust_charheight __ARGS((void));
29 GuiFontset gui_mch_get_fontset __ARGS((char_u *name, int report_error, int fixed_width));
30 char_u *gui_mch_font_dialog __ARGS((char_u *oldval)); 29 char_u *gui_mch_font_dialog __ARGS((char_u *oldval));
31 int gui_mch_init_font __ARGS((char_u *font_name, int fontset)); 30 int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
32 GuiFont gui_mch_get_font __ARGS((char_u *name, int report_error)); 31 GuiFont gui_mch_get_font __ARGS((char_u *name, int report_error));
33 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name)); 32 char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
34 void gui_mch_set_font __ARGS((GuiFont font));
35 void gui_mch_set_fontset __ARGS((GuiFontset fontset));
36 void gui_mch_free_font __ARGS((GuiFont font)); 33 void gui_mch_free_font __ARGS((GuiFont font));
37 void gui_mch_free_fontset __ARGS((GuiFontset fontset));
38 guicolor_T gui_mch_get_color __ARGS((char_u *name)); 34 guicolor_T gui_mch_get_color __ARGS((char_u *name));
39 void gui_mch_set_fg_color __ARGS((guicolor_T color)); 35 void gui_mch_set_fg_color __ARGS((guicolor_T color));
40 void gui_mch_set_bg_color __ARGS((guicolor_T color)); 36 void gui_mch_set_bg_color __ARGS((guicolor_T color));
41 void gui_mch_set_sp_color __ARGS((guicolor_T color)); 37 void gui_mch_set_sp_color __ARGS((guicolor_T color));
42 int gui_gtk2_draw_string __ARGS((int row, int col, char_u *s, int len, int flags)); 38 int gui_gtk2_draw_string __ARGS((int row, int col, char_u *s, int len, int flags));
43 void gui_mch_draw_string __ARGS((int row, int col, char_u *s, int len, int flags));
44 int gui_mch_haskey __ARGS((char_u *name)); 39 int gui_mch_haskey __ARGS((char_u *name));
45 int gui_get_x11_windis __ARGS((Window *win, Display **dis)); 40 int gui_get_x11_windis __ARGS((Window *win, Display **dis));
46 Display *gui_mch_get_display __ARGS((void)); 41 Display *gui_mch_get_display __ARGS((void));
47 void gui_mch_beep __ARGS((void)); 42 void gui_mch_beep __ARGS((void));
48 void gui_mch_flash __ARGS((int msec)); 43 void gui_mch_flash __ARGS((int msec));