Searched refs:button_text (Results 1 – 1 of 1) sorted by relevance
254 const gchar *button_text; in aui_service_dialog_new_valist() local268 button_text = first_button_text; in aui_service_dialog_new_valist()269 while (button_text) { in aui_service_dialog_new_valist()273 gtk_dialog_add_button(GTK_DIALOG(w), button_text, response_id); in aui_service_dialog_new_valist()274 button_text = va_arg(varargs, const gchar *); in aui_service_dialog_new_valist()