Home
last modified time | relevance | path

Searched refs:gui_mch_dialog (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dgui_gtk.pro18 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *…
H A Dgui_athena.pro32 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…
H A Dgui_motif.pro34 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *button_names, int dfltbutton, …
H A Dgui_photon.pro11 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int default_button, c…
H A Dgui_haiku.pro84 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…
H A Dgui_w32.pro88 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int dfltbutton, char_…
/vim-8.2.3635/src/
H A Dvim.h2285 # define do_dialog gui_mch_dialog
H A Dgui_athena.c2084 gui_mch_dialog( in gui_mch_dialog() function
H A Dgui_gtk.c1776 gui_mch_dialog(int type, // type of dialog in gui_mch_dialog() function
H A Dos_mswin.c611 (void)gui_mch_dialog( in display_errors()
H A Dgui_photon.c1500 gui_mch_dialog( in gui_mch_dialog() function
H A Dmessage.c3765 c = gui_mch_dialog(type, title, message, buttons, dfltbutton, in do_dialog()
H A Dgui_motif.c2501 gui_mch_dialog( in gui_mch_dialog() function
H A Dgui_haiku.cc4921 gui_mch_dialog( in gui_mch_dialog() function
H A Dgui_w32.c6865 gui_mch_dialog( in gui_mch_dialog() function
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt2603 - Fixed a bug in gui_mch_dialog (using wrong pointer)