Searched refs:def_but (Results 1 – 2 of 2) sorted by relevance
18 int gui_mch_dialog(int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *…
1780 int def_but, // default button in gui_mch_dialog() argument1844 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()