comparison src/proto/gui_gtk.pro @ 29:ac33b7c03fac v7.0018

updated for version 7.0018
author vimboss
date Mon, 11 Oct 2004 10:16:09 +0000
parents 3fc0f57ecb91
children fdf55076c53f
comparison
equal deleted inserted replaced
28:726bdc53fa49 29:ac33b7c03fac
10 void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max)); 10 void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max));
11 void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h)); 11 void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h));
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 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));
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));
17 void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu)); 18 void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu));
18 void gui_make_popup __ARGS((char_u *path_name)); 19 void gui_make_popup __ARGS((char_u *path_name));
19 void gui_mch_find_dialog __ARGS((exarg_T *eap)); 20 void gui_mch_find_dialog __ARGS((exarg_T *eap));