comparison src/proto/popupwin.pro @ 17097:94007c802045 v8.1.1548

patch 8.1.1548: popup_dialog() is not implemented commit https://github.com/vim/vim/commit/a42d945efc60e6130c15f72b5a5aa9fd2b63241a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 21:46:30 2019 +0200 patch 8.1.1548: popup_dialog() is not implemented Problem: Popup_dialog() is not implemented. Solution: Implement popup_dialog() and popup_filter_yesno().
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 22:00:06 +0200
parents 294b409ce7e3
children 0001d10a7661
comparison
equal deleted inserted replaced
17096:a8e6a8fbe880 17097:94007c802045
6 int popup_width(win_T *wp); 6 int popup_width(win_T *wp);
7 void popup_adjust_position(win_T *wp); 7 void popup_adjust_position(win_T *wp);
8 void f_popup_clear(typval_T *argvars, typval_T *rettv); 8 void f_popup_clear(typval_T *argvars, typval_T *rettv);
9 void f_popup_create(typval_T *argvars, typval_T *rettv); 9 void f_popup_create(typval_T *argvars, typval_T *rettv);
10 void f_popup_atcursor(typval_T *argvars, typval_T *rettv); 10 void f_popup_atcursor(typval_T *argvars, typval_T *rettv);
11 void f_popup_filter_yesno(typval_T *argvars, typval_T *rettv);
12 void f_popup_dialog(typval_T *argvars, typval_T *rettv);
11 void f_popup_notification(typval_T *argvars, typval_T *rettv); 13 void f_popup_notification(typval_T *argvars, typval_T *rettv);
12 void f_popup_close(typval_T *argvars, typval_T *rettv); 14 void f_popup_close(typval_T *argvars, typval_T *rettv);
13 void f_popup_hide(typval_T *argvars, typval_T *rettv); 15 void f_popup_hide(typval_T *argvars, typval_T *rettv);
14 void f_popup_show(typval_T *argvars, typval_T *rettv); 16 void f_popup_show(typval_T *argvars, typval_T *rettv);
15 void popup_close(int id); 17 void popup_close(int id);