comparison src/proto/gui_w16.pro @ 48:67300faee616 v7-3-618

v7-3-618
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 01 Aug 2012 18:08:28 +0900
parents 76efa0be13f1
children
comparison
equal deleted inserted replaced
47:6c0584ec21b1 48:67300faee616
72 void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu)); 72 void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu));
73 void gui_make_popup __ARGS((char_u *path_name, int mouse_pos)); 73 void gui_make_popup __ARGS((char_u *path_name, int mouse_pos));
74 void gui_mch_add_menu_item __ARGS((vimmenu_T *menu, int idx)); 74 void gui_mch_add_menu_item __ARGS((vimmenu_T *menu, int idx));
75 void gui_mch_destroy_menu __ARGS((vimmenu_T *menu)); 75 void gui_mch_destroy_menu __ARGS((vimmenu_T *menu));
76 void gui_mch_menu_grey __ARGS((vimmenu_T *menu, int grey)); 76 void gui_mch_menu_grey __ARGS((vimmenu_T *menu, int grey));
77 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield)); 77 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_u *textfield, int ex_cmd));
78 void gui_mch_set_foreground __ARGS((void)); 78 void gui_mch_set_foreground __ARGS((void));
79 /* vim: set ft=c : */ 79 /* vim: set ft=c : */