Home
last modified time | relevance | path

Searched refs:false_button (Results 1 – 8 of 8) sorted by relevance

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/gtk/
H A Dgtk_rlvm_instance.cc126 const std::string& false_button) { in AskUserPrompt() argument
136 gtk_dialog_add_button(GTK_DIALOG(message), false_button.c_str(), 0); in AskUserPrompt()
H A Dgtk_rlvm_instance.h51 const std::string& false_button);
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/osx/
H A DCocoaRLVMInstance.h53 const std::string& false_button);
H A DCocoaRLVMInstance.mm106 const std::string& false_button) {
111 NSString* other = UTF8ToNSString(false_button);
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/machine/
H A Drlvm_instance.h71 const std::string& false_button) = 0;
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpquerybox.h171 const gchar *false_button,
H A Dgimpquerybox.c533 const gchar *false_button, in gimp_query_boolean_box() argument
545 true_button, false_button, in gimp_query_boolean_box()
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dinterface.c1883 GtkWidget *true_button, *false_button; in interface_get_alert_dialog_response() local
1930 false_button = gtk_button_new_from_stock (false_button_label); in interface_get_alert_dialog_response()
1932 false_button, GTK_RESPONSE_CANCEL); in interface_get_alert_dialog_response()
1933 GTK_WIDGET_SET_FLAGS (false_button, GTK_CAN_DEFAULT); in interface_get_alert_dialog_response()
1934 gtk_widget_grab_default (false_button); in interface_get_alert_dialog_response()
1935 gtk_widget_grab_focus (false_button); in interface_get_alert_dialog_response()