Home
last modified time | relevance | path

Searched refs:secondary_text (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-io-error-info-bar.c47 gchar **secondary_text) in parse_error() argument
51 g_assert (secondary_text != NULL); in parse_error()
54 *secondary_text = NULL; in parse_error()
62 *secondary_text = g_strdup (_("Please check that you typed the " in parse_error()
89 *secondary_text = g_strdup (_("Please check that you typed the " in parse_error()
96 *secondary_text = g_strdup (_("Please check that you typed the " in parse_error()
144 *secondary_text = g_strdup_printf (_("“%s” is not a regular file."), in parse_error()
226 gchar *secondary_text = NULL; in _tepl_io_error_info_bar_set_loading_error() local
329 if (secondary_text != NULL) in _tepl_io_error_info_bar_set_loading_error()
332 secondary_text); in _tepl_io_error_info_bar_set_loading_error()
[all …]
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-io-error-info-bar.c52 gchar **secondary_text) in parse_error() argument
56 g_assert (secondary_text != NULL); in parse_error()
59 *secondary_text = NULL; in parse_error()
67 *secondary_text = g_strdup (_("Please check that you typed the " in parse_error()
94 *secondary_text = g_strdup (_("Please check that you typed the " in parse_error()
101 *secondary_text = g_strdup (_("Please check that you typed the " in parse_error()
149 *secondary_text = g_strdup_printf (_("“%s” is not a regular file."), in parse_error()
232 gchar *secondary_text = NULL; in _tepl_io_error_info_bar_set_loading_error() local
335 if (secondary_text != NULL) in _tepl_io_error_info_bar_set_loading_error()
338 secondary_text); in _tepl_io_error_info_bar_set_loading_error()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/eel/
H A Deel-stock-dialogs.c418 const char *secondary_text, in show_ok_dialog() argument
433 const char *secondary_text, in eel_create_info_dialog() argument
448 secondary_text, in eel_show_info_dialog()
466 secondary_text, in eel_show_info_dialog_with_details()
479 const char *secondary_text, in eel_show_warning_dialog() argument
483 secondary_text, in eel_show_warning_dialog()
494 secondary_text, in eel_show_error_dialog()
515 secondary_text, in eel_show_error_dialog_with_details()
536 const char *secondary_text, in eel_show_yes_no_dialog() argument
543 secondary_text, in eel_show_yes_no_dialog()
[all …]
H A Deel-stock-dialogs.h50 const char *secondary_text,
59 const char *secondary_text,
62 const char *secondary_text,
66 const char *secondary_text,
69 const char *secondary_text,
72 const char *secondary_text,
76 const char *secondary_text,
81 const char *secondary_text,
88 const char *secondary_text,
/dports/net-p2p/transmission-daemon/transmission-3.00/gtk/
H A Ddialogs.c63 GString* secondary_text; in gtr_confirm_remove() local
108 secondary_text = g_string_new(NULL); in gtr_confirm_remove()
112 g_string_assign(secondary_text, in gtr_confirm_remove()
118 g_string_assign(secondary_text, ngettext("This torrent has not finished downloading.", in gtr_confirm_remove()
123 g_string_assign(secondary_text, ngettext("This torrent is connected to peers.", in gtr_confirm_remove()
130 g_string_append(secondary_text, ngettext("One of these torrents is connected to peers.", in gtr_confirm_remove()
136 g_string_append(secondary_text, "\n"); in gtr_confirm_remove()
141 … g_string_assign(secondary_text, ngettext("One of these torrents has not finished downloading.", in gtr_confirm_remove()
149 if (secondary_text->len != 0) in gtr_confirm_remove()
151 … gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(d), "%s", secondary_text->str); in gtr_confirm_remove()
[all …]
/dports/net-p2p/transmission-cli/transmission-3.00/gtk/
H A Ddialogs.c63 GString* secondary_text; in gtr_confirm_remove() local
108 secondary_text = g_string_new(NULL); in gtr_confirm_remove()
112 g_string_assign(secondary_text, in gtr_confirm_remove()
118 g_string_assign(secondary_text, ngettext("This torrent has not finished downloading.", in gtr_confirm_remove()
123 g_string_assign(secondary_text, ngettext("This torrent is connected to peers.", in gtr_confirm_remove()
130 g_string_append(secondary_text, ngettext("One of these torrents is connected to peers.", in gtr_confirm_remove()
136 g_string_append(secondary_text, "\n"); in gtr_confirm_remove()
141 … g_string_assign(secondary_text, ngettext("One of these torrents has not finished downloading.", in gtr_confirm_remove()
149 if (secondary_text->len != 0) in gtr_confirm_remove()
151 … gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(d), "%s", secondary_text->str); in gtr_confirm_remove()
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/gtk/
H A Ddialogs.c63 GString* secondary_text; in gtr_confirm_remove() local
108 secondary_text = g_string_new(NULL); in gtr_confirm_remove()
112 g_string_assign(secondary_text, in gtr_confirm_remove()
118 g_string_assign(secondary_text, ngettext("This torrent has not finished downloading.", in gtr_confirm_remove()
123 g_string_assign(secondary_text, ngettext("This torrent is connected to peers.", in gtr_confirm_remove()
130 g_string_append(secondary_text, ngettext("One of these torrents is connected to peers.", in gtr_confirm_remove()
136 g_string_append(secondary_text, "\n"); in gtr_confirm_remove()
141 … g_string_assign(secondary_text, ngettext("One of these torrents has not finished downloading.", in gtr_confirm_remove()
149 if (secondary_text->len != 0) in gtr_confirm_remove()
151 … gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(d), "%s", secondary_text->str); in gtr_confirm_remove()
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/gtk/
H A Ddialogs.c63 GString* secondary_text; in gtr_confirm_remove() local
108 secondary_text = g_string_new(NULL); in gtr_confirm_remove()
112 g_string_assign(secondary_text, in gtr_confirm_remove()
118 g_string_assign(secondary_text, ngettext("This torrent has not finished downloading.", in gtr_confirm_remove()
123 g_string_assign(secondary_text, ngettext("This torrent is connected to peers.", in gtr_confirm_remove()
130 g_string_append(secondary_text, ngettext("One of these torrents is connected to peers.", in gtr_confirm_remove()
136 g_string_append(secondary_text, "\n"); in gtr_confirm_remove()
141 … g_string_assign(secondary_text, ngettext("One of these torrents has not finished downloading.", in gtr_confirm_remove()
149 if (secondary_text->len != 0) in gtr_confirm_remove()
151 … gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(d), "%s", secondary_text->str); in gtr_confirm_remove()
[all …]
/dports/net-p2p/transmission-utils/transmission-3.00/gtk/
H A Ddialogs.c63 GString* secondary_text; in gtr_confirm_remove() local
108 secondary_text = g_string_new(NULL); in gtr_confirm_remove()
112 g_string_assign(secondary_text, in gtr_confirm_remove()
118 g_string_assign(secondary_text, ngettext("This torrent has not finished downloading.", in gtr_confirm_remove()
123 g_string_assign(secondary_text, ngettext("This torrent is connected to peers.", in gtr_confirm_remove()
130 g_string_append(secondary_text, ngettext("One of these torrents is connected to peers.", in gtr_confirm_remove()
136 g_string_append(secondary_text, "\n"); in gtr_confirm_remove()
141 … g_string_assign(secondary_text, ngettext("One of these torrents has not finished downloading.", in gtr_confirm_remove()
149 if (secondary_text->len != 0) in gtr_confirm_remove()
151 … gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(d), "%s", secondary_text->str); in gtr_confirm_remove()
[all …]
/dports/www/transmission-web/transmission-3.00/gtk/
H A Ddialogs.c63 GString* secondary_text; in gtr_confirm_remove() local
108 secondary_text = g_string_new(NULL); in gtr_confirm_remove()
112 g_string_assign(secondary_text, in gtr_confirm_remove()
118 g_string_assign(secondary_text, ngettext("This torrent has not finished downloading.", in gtr_confirm_remove()
123 g_string_assign(secondary_text, ngettext("This torrent is connected to peers.", in gtr_confirm_remove()
130 g_string_append(secondary_text, ngettext("One of these torrents is connected to peers.", in gtr_confirm_remove()
136 g_string_append(secondary_text, "\n"); in gtr_confirm_remove()
141 … g_string_assign(secondary_text, ngettext("One of these torrents has not finished downloading.", in gtr_confirm_remove()
149 if (secondary_text->len != 0) in gtr_confirm_remove()
151 … gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(d), "%s", secondary_text->str); in gtr_confirm_remove()
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/eel/
H A Deel-stock-dialogs.c356 "secondary-text", secondary_text, in eel_run_simple_dialog()
359 va_start (button_title_args, secondary_text); in eel_run_simple_dialog()
408 "secondary-text", secondary_text, in create_message_dialog()
435 const char *secondary_text, in show_ok_dialog() argument
450 const char *secondary_text, in eel_show_info_dialog() argument
454 secondary_text, in eel_show_info_dialog()
464 secondary_text, in eel_show_warning_dialog()
471 const char *secondary_text, in eel_show_error_dialog() argument
475 secondary_text, in eel_show_error_dialog()
493 const char *secondary_text, in eel_show_yes_no_dialog() argument
[all …]
H A Deel-stock-dialogs.h47 const char *secondary_text,
56 const char *secondary_text,
59 const char *secondary_text,
62 const char *secondary_text,
65 const char *secondary_text,
70 const char *secondary_text,
/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-stock-dialogs.c432 "secondary-text", secondary_text, in eel_run_simple_dialog()
435 va_start (button_title_args, secondary_text); in eel_run_simple_dialog()
472 const char *secondary_text, in create_message_dialog() argument
487 "secondary-text", secondary_text, in create_message_dialog()
495 const char *secondary_text, in show_message_dialog() argument
519 const char *secondary_text, in show_ok_dialog() argument
534 const char *secondary_text, in eel_show_info_dialog() argument
538 secondary_text, in eel_show_info_dialog()
557 secondary_text, in eel_show_info_dialog_with_details()
574 secondary_text, in eel_show_warning_dialog()
[all …]
H A Deel-stock-dialogs.h50 const char *secondary_text,
68 const char *secondary_text,
71 const char *secondary_text,
75 const char *secondary_text,
78 const char *secondary_text,
81 const char *secondary_text,
86 const char *secondary_text,
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/errorreport/
H A Dui.py59 secondary_text = _(
65 text=main_text, secondary_text=secondary_text)
86 secondary_text = _(
92 secondary_text += u"\n\n"
94 secondary_text += _(
99 modal=True, text=main_text, secondary_text=secondary_text,
/dports/x11/libxfce4menu/libxfce4ui-4.16.1/libxfce4ui/
H A Dxfce-dialogs.h63 const gchar *secondary_text,
68 const gchar *secondary_text,
80 const gchar *secondary_text,
93 const gchar *secondary_text,
101 const gchar *secondary_text,
109 const gchar *secondary_text,
H A Dxfce-dialogs.c319 const gchar *secondary_text, in xfce_dialog_show_info() argument
334 primary_text, secondary_text, in xfce_dialog_show_info()
354 const gchar *secondary_text, in xfce_dialog_show_warning() argument
369 primary_text, secondary_text, in xfce_dialog_show_warning()
434 const gchar *secondary_text, in xfce_dialog_confirm() argument
465 secondary_text, in xfce_dialog_confirm()
512 gchar *secondary_text; in xfce_dialog_confirm_close_tabs() local
532 secondary_text, in xfce_dialog_confirm_close_tabs()
555 g_free (secondary_text); in xfce_dialog_confirm_close_tabs()
642 if (secondary_text != NULL) in xfce_message_dialog_new_valist()
[all …]
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-io-error-info-bar.c42 const gchar * secondary_text) in set_info_bar_text_and_icon() argument
81 if (secondary_text != NULL) in set_info_bar_text_and_icon()
84 secondary_text); in set_info_bar_text_and_icon()
119 const gchar * secondary_text) in create_error_info_bar() argument
130 primary_text, secondary_text); in create_error_info_bar()
142 const gchar * secondary_text) in create_info_info_bar() argument
153 primary_text, secondary_text); in create_info_info_bar()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-statusbar.c33 GtkWidget *secondary_text; member
98 statusbar->priv->secondary_text = gtk_label_new (NULL); in gth_statusbar_init()
99 gtk_label_set_ellipsize (GTK_LABEL (statusbar->priv->secondary_text), PANGO_ELLIPSIZE_END); in gth_statusbar_init()
100 gtk_box_pack_start (GTK_BOX (statusbar), statusbar->priv->secondary_text, FALSE, FALSE, 12); in gth_statusbar_init()
143 gtk_label_set_text (GTK_LABEL (self->priv->secondary_text), text); in gth_statusbar_set_secondary_text()
153 gtk_label_set_text (GTK_LABEL (self->priv->secondary_text), ""); in hide_secondary_text_cb()
174 gtk_widget_set_visible (statusbar->priv->secondary_text, section == GTH_STATUSBAR_SECTION_FILE); in gth_statusbar_show_section()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/services/evolution-user-prompter/
H A Dprompt-user-gtk.c59 const gchar *secondary_text, in prompt_user_show() argument
99 if (secondary_text && *secondary_text) { in prompt_user_show()
103 "%s", secondary_text); in prompt_user_show()
107 "%s", secondary_text); in prompt_user_show()
/dports/sysutils/catfish/catfish-4.16.3/catfish_lib/
H A DSudoDialog.py149 self.secondary_text = Gtk.Label.new("")
150 self.secondary_text.set_use_markup(True)
151 self.secondary_text.set_halign(Gtk.Align.START)
152 self.secondary_text.set_margin_top(6)
154 grid.attach(self.secondary_text, 1, 1, 1, 1)
203 secondary_text = None
207 secondary_text = _("The application '%s' lets you\n"
210 self.format_secondary_text(secondary_text)
230 self.secondary_text.set_markup(message_format)
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-io-error-info-bar.c93 const gchar *secondary_text) in set_info_bar_text_and_icon() argument
123 if (secondary_text != NULL) in set_info_bar_text_and_icon()
142 const gchar *secondary_text, in create_io_loading_error_info_bar() argument
376 const gchar *secondary_text, in create_conversion_error_info_bar() argument
428 if (secondary_text != NULL) in create_conversion_error_info_bar()
631 const gchar *secondary_text; in xed_file_already_open_warning_info_bar_new() local
718 const gchar *secondary_text; in xed_externally_modified_saving_error_info_bar_new() local
804 const gchar *secondary_text; in xed_no_backup_saving_error_info_bar_new() local
1016 const gchar *secondary_text; in xed_externally_modified_info_bar_new() local
1045 secondary_text = _("Do you want to reload the file?"); in xed_externally_modified_info_bar_new()
[all …]
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/higwidgets/
H A Dhigdialogs.py99 secondary_text=None): argument
111 if secondary_text:
114 self.format_secondary_text(secondary_text)
139 secondary_text="You shouldn't be late this time. "
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-io-error-message-area.c111 const gchar *secondary_text) in set_message_area_text_and_icon() argument
141 if (secondary_text != NULL) in set_message_area_text_and_icon()
144 secondary_text); in set_message_area_text_and_icon()
179 secondary_text); in create_io_loading_error_message_area()
536 if (secondary_text != NULL) in create_conversion_error_message_area()
539 secondary_text); in create_conversion_error_message_area()
750 const gchar *secondary_text; in pluma_file_already_open_warning_message_area_new() local
809 secondary_text); in pluma_file_already_open_warning_message_area_new()
904 secondary_text); in pluma_externally_modified_saving_error_message_area_new()
1013 secondary_text); in pluma_no_backup_saving_error_message_area_new()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/page_info/
H A Dpage_info_hover_button.cc25 const base::string16& secondary_text, in PageInfoHoverButton() argument
74 SetTitleText(title_resource_id, secondary_text); in PageInfoHoverButton()
109 const base::string16& secondary_text) { in SetTitleText() argument
111 if (secondary_text.empty()) { in SetTitleText()
116 l10n_util::GetStringFUTF16(title_resource_id, secondary_text, &offset); in SetTitleText()
120 title_->AddStyleRange(gfx::Range(offset, offset + secondary_text.length()), in SetTitleText()

123456789