Home
last modified time | relevance | path

Searched refs:gtk_text_iter_has_tag (Results 1 – 25 of 132) sorted by relevance

123456

/dports/math/gnumeric/gnumeric-1.12.50/src/widgets/
H A Dgnm-text-view.c101 && gtk_text_iter_has_tag (&start, tag_italic), in cb_gtv_mark_set()
111 && gtk_text_iter_has_tag (&start, tag_strikethrough), in cb_gtv_mark_set()
129 if (gtk_text_iter_has_tag (&start, tag_italic)) { in cb_gtv_set_italic()
157 if (gtk_text_iter_has_tag (&start, tag_strikethrough)) { in cb_gtv_set_strikethrough()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcesearchcontext.c1016 if (!gtk_text_iter_has_tag (&iter, search->priv->found_tag)) in smart_forward_search_async_step()
1154 (!gtk_text_iter_has_tag (&iter, search->priv->found_tag) && in smart_backward_search_async_step()
1159 else if (gtk_text_iter_has_tag (&iter, search->priv->found_tag)) in smart_backward_search_async_step()
1289 if (gtk_text_iter_has_tag (start, search->priv->found_tag)) in adjust_subregion()
1335 if (gtk_text_iter_has_tag (end, search->priv->found_tag)) in adjust_subregion()
1420 if (!gtk_text_iter_has_tag (&iter, search->priv->found_tag)) in smart_forward_search_without_scanning()
1465 if ((gtk_text_iter_has_tag (start, search->priv->found_tag) && in remove_occurrences_in_range()
1473 if ((gtk_text_iter_has_tag (end, search->priv->found_tag) && in remove_occurrences_in_range()
2106 if (!gtk_text_iter_has_tag (&iter, search->priv->found_tag)) in smart_forward_search_step()
2203 (!gtk_text_iter_has_tag (&iter, search->priv->found_tag) && in smart_backward_search_step()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcesearchcontext.c1013 if (!gtk_text_iter_has_tag (&iter, search->priv->found_tag)) in smart_forward_search_async_step()
1151 (!gtk_text_iter_has_tag (&iter, search->priv->found_tag) && in smart_backward_search_async_step()
1156 else if (gtk_text_iter_has_tag (&iter, search->priv->found_tag)) in smart_backward_search_async_step()
1286 if (gtk_text_iter_has_tag (start, search->priv->found_tag)) in adjust_subregion()
1332 if (gtk_text_iter_has_tag (end, search->priv->found_tag)) in adjust_subregion()
1417 if (!gtk_text_iter_has_tag (&iter, search->priv->found_tag)) in smart_forward_search_without_scanning()
1462 if ((gtk_text_iter_has_tag (start, search->priv->found_tag) && in remove_occurrences_in_range()
1470 if ((gtk_text_iter_has_tag (end, search->priv->found_tag) && in remove_occurrences_in_range()
2103 if (!gtk_text_iter_has_tag (&iter, search->priv->found_tag)) in smart_forward_search_step()
2200 (!gtk_text_iter_has_tag (&iter, search->priv->found_tag) && in smart_backward_search_step()
[all …]
/dports/textproc/gtkspell/gtkspell-2.0.16/gtkspell/
H A Dgtkspell.c154 highlight = gtk_text_iter_has_tag(&cursor, spell->tag_highlight) || in check_range()
155 gtk_text_iter_has_tag(&precursor, spell->tag_highlight); in check_range()
504 if (!gtk_text_iter_has_tag(&start, spell->tag_highlight)) in populate_popup()
869 if (gtk_text_iter_has_tag(&start, spell->tag_highlight)) { in gtkspell_get_suggestions_menu()
/dports/deskutils/xfce4-notes-plugin/xfce4-notes-plugin-1.9.0/lib/
H A Dhypertextview.c327 if (gtk_text_iter_has_tag (&iter, _tmp7_)) { in xnp_hypertext_view_button_release_event_cb()
506 over_link = gtk_text_iter_has_tag (&iter, _tmp3_); in xnp_hypertext_view_motion_notify_event_cb()
692 if (gtk_text_iter_has_tag (location, _tmp14_)) { in xnp_hypertext_view_insert_text_cb()
898 if (!gtk_text_iter_has_tag (start, _tmp1_)) { in xnp_hypertext_view_delete_range_cb()
901 _tmp0_ = !gtk_text_iter_has_tag (end, _tmp2_); in xnp_hypertext_view_delete_range_cb()
909 if (gtk_text_iter_has_tag (start, _tmp3_)) { in xnp_hypertext_view_delete_range_cb()
929 if (gtk_text_iter_has_tag (end, _tmp11_)) { in xnp_hypertext_view_delete_range_cb()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/spellcheck/
H A Dgbp-spell-utils.c179 while (gtk_text_iter_has_tag (start, no_spell_check_tag)) in gbp_spell_utils_skip_no_spell_check()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/textPango/
H A Dgimptextbuffer.c342 if ( gtk_text_iter_has_tag ( iter, tag ) ) in gimp_text_buffer_get_iter_size()
498 if ( gtk_text_iter_has_tag ( iter, tag ) ) in gimp_text_buffer_get_iter_baseline()
657 if ( gtk_text_iter_has_tag ( iter, tag ) ) in gimp_text_buffer_get_iter_kerning()
818 if ( gtk_text_iter_has_tag ( iter, tag ) ) in gimp_text_buffer_get_iter_font()
916 if ( gtk_text_iter_has_tag ( iter, tag ) ) in gimp_text_buffer_get_iter_color()
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2_spell.c147 ,gtk_text_iter_has_tag(start, misspelled) in bftextview2_find_region2spellcheck()
149 if (gtk_text_iter_has_tag(start, misspelled) || gtk_text_iter_ends_tag(start, misspelled)) { in bftextview2_find_region2spellcheck()
154 if (gtk_text_iter_has_tag(end, misspelled) || gtk_text_iter_begins_tag(end, misspelled)) { in bftextview2_find_region2spellcheck()
675 if (gtk_text_iter_has_tag(wordstart, misspelled)) { in get_misspelled_word_at_bevent()
/dports/editors/pluma/pluma-1.26.0/plugins/spell/
H A Dpluma-automatic-spell-checker.c148 highlight = gtk_text_iter_has_tag (&cursor, spell->tag_highlight) || in check_range()
149 gtk_text_iter_has_tag (&precursor, spell->tag_highlight); in check_range()
544 if (!gtk_text_iter_has_tag (&start, spell->tag_highlight)) in populate_popup()
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-utils.c89 while (gtk_text_iter_has_tag (start, no_spell_check_tag)) in _gspell_utils_skip_no_spell_check()
H A Dgspell-inline-checker-text-buffer.c104 if (gtk_text_iter_has_tag (start, spell->highlight_tag)) in G_DEFINE_TYPE()
199 if (gtk_text_iter_has_tag (word_start, spell->no_spell_check_tag)) in should_apply_tag_to_misspelled_word()
896 if (!gtk_text_iter_has_tag (&start, spell->highlight_tag)) in _gspell_inline_checker_text_buffer_populate_popup()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtextiter.ccg60 return gtk_text_iter_has_tag(const_cast<GtkTextIter*>(gobj()), 0 /* see C docs */);
/dports/textproc/gtkspell3/gtkspell3-3.0.10/gtkspell/
H A Dgtkspell.c198 highlight = gtk_text_iter_has_tag (&cursor, spell->priv->tag_highlight) || in check_range()
199 gtk_text_iter_has_tag (&precursor, spell->priv->tag_highlight); in check_range()
634 if (!gtk_text_iter_has_tag (&start, spell->priv->tag_highlight)) in populate_popup()
1317 if (gtk_text_iter_has_tag (&start, spell->priv->tag_highlight)) in gtk_spell_checker_get_suggestions_menu()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtextiter.cc70 return gtk_text_iter_has_tag(const_cast<GtkTextIter*>(gobj()), 0 /* see C docs */); in has_tag()
272 …return gtk_text_iter_has_tag(const_cast<GtkTextIter*>(gobj()), const_cast<GtkTextTag*>(Glib::unwra… in has_tag()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtextiter.ccg67 return gtk_text_iter_has_tag(const_cast<GtkTextIter*>(gobj()), nullptr /* see C docs */);
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptextbuffer.c364 if (gtk_text_iter_has_tag (iter, tag)) in gimp_text_buffer_get_iter_size()
524 if (gtk_text_iter_has_tag (iter, tag)) in gimp_text_buffer_get_iter_baseline()
684 if (gtk_text_iter_has_tag (iter, tag)) in gimp_text_buffer_get_iter_kerning()
844 if (gtk_text_iter_has_tag (iter, tag)) in gimp_text_buffer_get_iter_font()
947 if (gtk_text_iter_has_tag (iter, tag)) in gimp_text_buffer_get_iter_color()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtextiter.cc79 return gtk_text_iter_has_tag(const_cast<GtkTextIter*>(gobj()), nullptr /* see C docs */); in has_tag()
317 …return gtk_text_iter_has_tag(const_cast<GtkTextIter*>(gobj()), const_cast<GtkTextTag*>(Glib::unwra… in has_tag()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/plugins/
H A Dtimestamp_format.c198 if (!gtk_text_iter_has_tag(&cursor, in textview_emission_hook()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/plugins/
H A Dtimestamp_format.c198 if (!gtk_text_iter_has_tag(&cursor, in textview_emission_hook()
/dports/net-im/finch/pidgin-2.14.8/pidgin/plugins/
H A Dtimestamp_format.c198 if (!gtk_text_iter_has_tag(&cursor, in textview_emission_hook()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextiter.h145 gboolean gtk_text_iter_has_tag (const GtkTextIter *iter,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextiter.h185 gboolean gtk_text_iter_has_tag (const GtkTextIter *iter,
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserverui/
H A De-buffer-tagger.c294 if (gtk_text_iter_has_tag (iter, tag)) { in get_tag_bounds()
440 hovering_real = gtk_text_iter_has_tag (&iter, tag); in update_mouse_cursor()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextiter.h190 gboolean gtk_text_iter_has_tag (const GtkTextIter *iter,
/dports/news/pan/pan-0.145/pan/gui/
H A Dbody-pane.cc263 const bool in_url (gtk_text_iter_has_tag (it, url_tag)); in set_cursor_from_iter()
264 const bool in_pix (gtk_text_iter_has_tag (it, pix_tag)); in set_cursor_from_iter()
302 if (gtk_text_iter_has_tag (iter, url_tag)) in get_url_from_iter()
437 if (gtk_text_iter_has_tag (&iter, pix_tag)) in mouse_button_pressed()
726 if (gtk_text_iter_has_tag (&begin, url_tag)) in replace_emoticon_text_with_pixbuf()

123456