Home
last modified time | relevance | path

Searched refs:text_context (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/elementary-photos/photos-2.7.1/src/Widgets/
H A DSearchRowText.vala22 private Gtk.ComboBoxText text_context;
29 text_context = new Gtk.ComboBoxText ();
30 text_context.append_text (_("contains"));
31 text_context.append_text (_("is exactly"));
32 text_context.append_text (_("starts with"));
33 text_context.append_text (_("ends with"));
35 text_context.append_text (_("is not set"));
36 text_context.set_active (0);
37 text_context.changed.connect (on_changed);
44 add (text_context);
[all …]
/dports/japanese/lookup/lookup2-c4f4986/misc/
H A Deb.patch42 book->text_context.auto_stop_code = -1;
43 book->text_context.candidate[0] = '\0';
44 book->text_context.is_candidate = 0;
45 + book->text_context.ebxac_gaiji_flag = 0;
50 book->text_context.auto_stop_code = -1;
51 book->text_context.candidate[0] = '\0';
52 book->text_context.is_candidate = 0;
53 + book->text_context.ebxac_gaiji_flag = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/native_file_system/
H A Dnative_file_system_ui_helpers.cc17 int text_context, in CreateOriginLabel() argument
26 label->SetTextContext(text_context); in CreateOriginLabel()
43 int text_context, in CreateOriginPathLabel() argument
55 label->SetTextContext(text_context); in CreateOriginPathLabel()
H A Dnative_file_system_ui_helpers.h28 int text_context,
37 int text_context,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_label.cc17 int text_context, in AppInfoLabel() argument
20 : Label(text, text_context, text_style, directionality_mode) { in AppInfoLabel()
H A Dapp_info_label.h22 int text_context,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/button/
H A Dlabel_button_label.cc9 LabelButtonLabel::LabelButtonLabel(const base::string16& text, int text_context) in LabelButtonLabel() argument
10 : Label(text, text_context, style::STYLE_PRIMARY) {} in LabelButtonLabel()
H A Dlabel_button_label.h23 LabelButtonLabel(const base::string16& text, int text_context);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/button/
H A Dlabel_button_label.cc11 LabelButtonLabel::LabelButtonLabel(const base::string16& text, int text_context) in LabelButtonLabel() argument
12 : Label(text, text_context, style::STYLE_PRIMARY) {} in LabelButtonLabel()
H A Dlabel_button_label.h25 LabelButtonLabel(const base::string16& text, int text_context);
/dports/graphics/shotwell/shotwell-0.30.14/src/searches/
H A DSavedSearchDialog.vala160 private Gtk.ComboBoxText text_context;
169 text_context = new Gtk.ComboBoxText();
170 text_context.append_text(_("contains"));
171 text_context.append_text(_("is exactly"));
172 text_context.append_text(_("starts with"));
173 text_context.append_text(_("ends with"));
175 text_context.append_text(_("is not set"));
176 text_context.append_text(_("is set"));
177 text_context.set_active(0);
178 text_context.changed.connect(on_changed);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/combobox/
H A Dcombobox.h51 explicit Combobox(int text_context = kDefaultComboboxTextContext,
56 int text_context = kDefaultComboboxTextContext,
60 int text_context = kDefaultComboboxTextContext,
H A Dcombobox.cc234 Combobox::Combobox(int text_context, int text_style) in Combobox() argument
238 int text_context, in Combobox() argument
240 : Combobox(model.get(), text_context, text_style) { in Combobox()
244 Combobox::Combobox(ui::ComboboxModel* model, int text_context, int text_style) in Combobox() argument
245 : text_context_(text_context), in Combobox()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/combobox/
H A Dcombobox.h52 int text_context = kDefaultComboboxTextContext,
56 int text_context = kDefaultComboboxTextContext,
H A Dcombobox.cc208 int text_context, in Combobox() argument
210 : Combobox(model.get(), text_context, text_style) { in Combobox()
214 Combobox::Combobox(ui::ComboboxModel* model, int text_context, int text_style) in Combobox() argument
216 text_context_(text_context), in Combobox()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/user_education/
H A Dnew_badge_label.cc17 int text_context, in NewBadgeLabel() argument
20 : Label(text, text_context, text_style, directionality_mode) { in NewBadgeLabel()
H A Dnew_badge_label.h32 int text_context = views::style::CONTEXT_LABEL,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dlink.cc26 Link::Link(const base::string16& title, int text_context, int text_style) in Link() argument
27 : Label(title, text_context, text_style) { in Link()
H A Dlabel.cc68 int text_context, in Label() argument
71 : text_context_(text_context), in Label()
74 Init(text, style::GetFont(text_context, text_style), directionality_mode); in Label()
115 void Label::SetTextContext(int text_context) { in SetTextContext() argument
116 if (text_context == text_context_) in SetTextContext()
118 text_context_ = text_context; in SetTextContext()
H A Dlink.h39 int text_context = style::CONTEXT_LABEL,
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Deb.c712 stop_code = binfo->book->text_context.auto_stop_code; in ebook_my_backward_text()
739 binfo->book->text_context.auto_stop_code = stop_code; in ebook_my_backward_text()
885 stop_code = binfo->book->text_context.auto_stop_code; in ebook_full_search_old()
974 binfo->book->text_context.auto_stop_code = stop_code; in ebook_full_search_old()
1033 (binfo->book->text_context.auto_stop_code != -1)) in ebook_full_search_old()
1034 stop_code = binfo->book->text_context.auto_stop_code; in ebook_full_search_old()
1086 stop_code = binfo->book->text_context.auto_stop_code; in ebook_full_search()
1150 binfo->book->text_context.auto_stop_code = stop_code; in ebook_full_search()
1209 (binfo->book->text_context.auto_stop_code != -1)) in ebook_full_search()
2136 stop_code = binfo->book->text_context.auto_stop_code; in ebook_backward_text()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dlink.cc28 Link::Link(const base::string16& title, int text_context, int text_style) in Link() argument
29 : Label(title, text_context, text_style) { in Link()
H A Dlink.h49 int text_context = style::CONTEXT_LABEL,
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-syntax-window.h54 guint text_context;
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_gtk_x11.c728 if (gui.text_context != NULL) in gtk_settings_xft_dpi_changed_cb()
729 g_object_unref(gui.text_context); in gtk_settings_xft_dpi_changed_cb()
2606 if (gui.text_context != NULL) in mainwin_screen_changed_cb()
2607 g_object_unref(gui.text_context); in mainwin_screen_changed_cb()
2609 gui.text_context = gtk_widget_create_pango_context(widget); in mainwin_screen_changed_cb()
2686 g_object_unref(gui.text_context); in drawarea_unrealize_cb()
2687 gui.text_context = NULL; in drawarea_unrealize_cb()
4668 pango_context_get_language(gui.text_context)); in gui_mch_adjust_charheight()
4951 layout = pango_layout_new(gui.text_context); in gui_mch_init_font()
5060 real_font = pango_context_load_font(gui.text_context, font); in gui_mch_get_font()
[all …]

12