Home
last modified time | relevance | path

Searched refs:dialog_text (Results 1 – 25 of 65) sorted by relevance

123

/dports/x11/zenity/zenity-3.32.0/src/
H A Dzenity.h50 gchar *dialog_text; member
66 gchar *dialog_text; member
76 gchar *dialog_text; member
96 gchar *dialog_text; member
103 gchar *dialog_text; member
129 gchar *dialog_text; member
163 gchar *dialog_text; member
H A Dmsg.c216 if (msg_data->dialog_text) { in zenity_msg()
218 gtk_label_set_text (GTK_LABEL (text), msg_data->dialog_text); in zenity_msg()
221 GTK_LABEL (text), g_strcompress (msg_data->dialog_text)); in zenity_msg()
H A Dcalendar.c79 if (cal_data->dialog_text) in zenity_calendar()
81 GTK_LABEL (text), g_strcompress (cal_data->dialog_text)); in zenity_calendar()
H A Dscale.c110 if (scale_data->dialog_text) in zenity_scale()
112 GTK_LABEL (text), g_strcompress (scale_data->dialog_text)); in zenity_scale()
H A Dentry.c113 if (entry_data->dialog_text) in zenity_entry()
115 GTK_LABEL (text), g_strcompress (entry_data->dialog_text)); in zenity_entry()
H A Doption.c1413 results->calendar_data->dialog_text = zenity_general_dialog_text; in zenity_calendar_post_callback()
1455 results->entry_data->dialog_text = zenity_general_dialog_text; in zenity_entry_post_callback()
1479 results->msg_data->dialog_text = zenity_general_dialog_text; in zenity_error_post_callback()
1496 results->msg_data->dialog_text = zenity_general_dialog_text; in zenity_info_post_callback()
1549 results->tree_data->dialog_text = zenity_general_dialog_text; in zenity_list_post_callback()
1643 results->progress_data->dialog_text = zenity_general_dialog_text; in zenity_progress_post_callback()
1690 results->msg_data->dialog_text = zenity_general_dialog_text; in zenity_question_post_callback()
1747 results->msg_data->dialog_text = zenity_general_dialog_text; in zenity_warning_post_callback()
1764 results->scale_data->dialog_text = zenity_general_dialog_text; in zenity_scale_post_callback()
1809 results->forms_data->dialog_text = zenity_general_dialog_text; in zenity_forms_post_callback()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_theme.erl69 {dialog_text, windowtext},
181 {dialog_text,{0.0,0.0,0.0}},
219 {dialog_text,{0.0,0.0,0.0}},
281 {dialog_text,{0.0,0.0,0.0}},
337 {dialog_text,{0.76,0.76,0.76}},
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktestutils.h43 const gchar *dialog_text);
45 const gchar *dialog_text,
H A Dgtktestutils.c566 const gchar *dialog_text, in gtk_test_display_button_window() argument
573 gtk_test_create_widget (GTK_TYPE_LABEL, "label", dialog_text, "parent", vbox, NULL); in gtk_test_display_button_window()
575 va_start (var_args, dialog_text); in gtk_test_display_button_window()
608 const gchar *dialog_text) in gtk_test_create_simple_window() argument
612 gtk_test_create_widget (GTK_TYPE_LABEL, "label", dialog_text, "parent", vbox, NULL); in gtk_test_create_simple_window()
/dports/security/pidgin-otr/pidgin-otr-4.0.2/
H A Dotr-plugin.c1217 GtkWidget *dialog_text;
1238 dialog_text = gtk_label_new(NULL);
1239 gtk_widget_set_size_request(dialog_text, 350, 100);
1240 gtk_label_set_line_wrap(GTK_LABEL(dialog_text), TRUE);
1246 gtk_label_set_text(GTK_LABEL(dialog_text), buf);
1247 gtk_widget_show(dialog_text);
1265 dialog_text = gtk_label_new(NULL);
1266 gtk_widget_set_size_request(dialog_text, 350, 100);
1267 gtk_label_set_line_wrap(GTK_LABEL(dialog_text), TRUE);
1273 gtk_label_set_text(GTK_LABEL(dialog_text), buf);
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktestutils.h50 const gchar *dialog_text);
53 const gchar *dialog_text,
H A Dgtktestutils.c663 const gchar *dialog_text, in gtk_test_display_button_window() argument
672 gtk_test_create_widget (GTK_TYPE_LABEL, "label", dialog_text, "parent", vbox, NULL); in gtk_test_display_button_window()
675 va_start (var_args, dialog_text); in gtk_test_display_button_window()
713 const gchar *dialog_text) in gtk_test_create_simple_window() argument
719 gtk_test_create_widget (GTK_TYPE_LABEL, "label", dialog_text, "parent", vbox, NULL); in gtk_test_create_simple_window()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/applets/
H A Derror.cpp44 void QtErrorDisplay::ShowCustomErrorText(ResultCode error, std::string dialog_text, in ShowCustomErrorText() argument
53 .arg(QString::fromStdString(dialog_text)) in ShowCustomErrorText()
H A Derror.h23 void ShowCustomErrorText(ResultCode error, std::string dialog_text, std::string fullscreen_text,
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/internet/lastfm/
H A Dlastfmsettingspage.cpp75 QString dialog_text = tr("Could not log in to Last.fm. Please try again."); in AuthenticationComplete() local
76 QMessageBox::warning(this, tr("Authentication failed"), dialog_text); in AuthenticationComplete()
/dports/x11/yad/yad-7.3/src/
H A Ddnd.c125 gtk_widget_set_tooltip_markup (w, options.data.dialog_text); in dnd_init()
127 gtk_widget_set_tooltip_text (w, options.data.dialog_text); in dnd_init()
H A Dnotification.c392 if (options.data.dialog_text) in yad_notification_run()
395 gtk_status_icon_set_tooltip_markup (status_icon, options.data.dialog_text); in yad_notification_run()
397 gtk_status_icon_set_tooltip_text (status_icon, options.data.dialog_text); in yad_notification_run()
H A Dprint.c289 if (options.data.dialog_text || options.data.dialog_image) in yad_print_run()
305 if (options.data.dialog_text) in yad_print_run()
307 gchar *buf = g_strcompress (options.data.dialog_text); in yad_print_run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/it2me/
H A Dit2me_confirmation_dialog_linux.cc119 base::string16 dialog_text = in CreateWindow() local
124 GtkWidget* text_label = gtk_label_new(base::UTF16ToUTF8(dialog_text).c_str()); in CreateWindow()
/dports/deskutils/caja-extensions/caja-extensions-1.26.0/image-converter/
H A Dcaja-image-rotator.c191 GObject *dialog_text; in op_finished() local
200 dialog_text = gtk_builder_get_object (builder, "error_text"); in op_finished()
202 gtk_label_set_text (GTK_LABEL (dialog_text), msg); in op_finished()
H A Dcaja-image-resizer.c195 GObject *dialog_text; in op_finished() local
204 dialog_text = gtk_builder_get_object (builder, "error_text"); in op_finished()
206 gtk_label_set_text (GTK_LABEL (dialog_text), msg); in op_finished()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/frontend/applets/
H A Derror.h23 virtual void ShowCustomErrorText(ResultCode error, std::string dialog_text,
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Ddialog.c713 gchar *dialog_text; in gui_generic_warning_modal() local
723 dialog_text = g_strdup_printf("<span weight=\"bold\">%s</span>", in gui_generic_warning_modal()
725 dialog->label_top = dialog_text; in gui_generic_warning_modal()
731 g_free(dialog_text); in gui_generic_warning_modal()
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Durl.cc95 GString *dialog_text = g_string_new(NULL); in alert_url_not_found() local
104 g_string_printf(dialog_text, in alert_url_not_found()
109 dialog->label_top = dialog_text->str; in alert_url_not_found()
114 g_string_free(dialog_text, TRUE); in alert_url_not_found()
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DFileDialog.C157 Widget dialog_text = XmSelectionBoxGetChild(this->fsb, XmDIALOG_TEXT); local
161 XmTextSetString(dialog_text, (char*)file);
167 XmTextShowPosition(dialog_text,len);
168 XmTextSetInsertionPosition(dialog_text,len);

123