Home
last modified time | relevance | path

Searched refs:def_but (Results 1 – 2 of 2) 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 *…
/vim-8.2.3635/src/
H A Dgui_gtk.c1780 int def_but, // default button in gui_mch_dialog() argument
1844 if (def_but > 0) in gui_mch_dialog()
1846 gtk_dialog_set_default_response(GTK_DIALOG(dialog), def_but); in gui_mch_dialog()
1862 response = def_but; in gui_mch_dialog()