comparison src/proto/gui_gtk.pro @ 119:e8f07016e34d

updated for version 7.0042
author vimboss
date Wed, 19 Jan 2005 22:18:32 +0000
parents 9d4f762cc1d9
children d6009de12681
comparison
equal deleted inserted replaced
118:45fd0ec37cf3 119:e8f07016e34d
12 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient)); 12 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
13 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); 13 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb));
14 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter)); 14 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
15 char_u *gui_mch_browsedir __ARGS((char_u *title, char_u *initdir)); 15 char_u *gui_mch_browsedir __ARGS((char_u *title, char_u *initdir));
16 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield)); 16 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield));
17 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield));
18 void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu)); 17 void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu));
19 void gui_make_popup __ARGS((char_u *path_name)); 18 void gui_make_popup __ARGS((char_u *path_name));
20 void gui_mch_find_dialog __ARGS((exarg_T *eap)); 19 void gui_mch_find_dialog __ARGS((exarg_T *eap));
21 void gui_mch_replace_dialog __ARGS((exarg_T *eap)); 20 void gui_mch_replace_dialog __ARGS((exarg_T *eap));
22 void gui_gtk_synch_fonts __ARGS((void)); 21 void gui_gtk_synch_fonts __ARGS((void));