Home
last modified time | relevance | path

Searched refs:TextTag (Results 51 – 75 of 322) sorted by relevance

12345678910>>...13

/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.GuiGtk3/Mono.Addins.Gui/
H A DErrorDialog.cs45 TextTag tagNoWrap;
46 TextTag tagWrap;
56 tagNoWrap = new TextTag ("nowrap"); in ErrorDialog()
60 tagWrap = new TextTag ("wrap"); in ErrorDialog()
/dports/editors/quilter/quilter-2.2.3/src/Widgets/
H A DSourceView.vala26 private Gtk.TextTag blackfont;
27 private Gtk.TextTag lightgrayfont;
28 private Gtk.TextTag darkgrayfont;
29 private Gtk.TextTag whitefont;
30 private Gtk.TextTag sepiafont;
31 private Gtk.TextTag lightsepiafont;
32 public Gtk.TextTag warning_tag;
33 public Gtk.TextTag error_tag;
81 blackfont = new Gtk.TextTag();
82 whitefont = new Gtk.TextTag();
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo/
H A DDemoHyperText.cs52 TextTag tag = new TextTag (null); in InsertLink()
83 TextTag tag = buffer.TagTable.Lookup ("bold"); in ShowPage()
85 tag = new TextTag ("bold"); in ShowPage()
102 foreach (TextTag tag in iter.Tags) { in FollowIfLink()
117 foreach (TextTag tag in iter.Tags) { in SetCursorIfAppropriate()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dterminal.hpp49 Glib::RefPtr<Gtk::TextTag> bold_tag;
50 Glib::RefPtr<Gtk::TextTag> link_tag;
51 Glib::RefPtr<Gtk::TextTag> invisible_tag;
52 …Glib::RefPtr<Gtk::TextTag> red_tag, green_tag, yellow_tag, blue_tag, magenta_tag, cyan_tag, gray_t…
/dports/deskutils/gnote/gnote-41.1/src/
H A Dnotetag.cpp37 : Gtk::TextTag(tag_name) in NoteTag()
53 : Gtk::TextTag() in NoteTag()
133 Glib::RefPtr<Gtk::TextTag> this_ref = NoteTagTable::instance()->lookup(property_name()); in get_extents()
472 bool NoteTagTable::tag_is_serializable(const Glib::RefPtr<const Gtk::TextTag> & tag) in tag_is_serializable()
481 bool NoteTagTable::tag_is_growable(const Glib::RefPtr<Gtk::TextTag> & tag) in tag_is_growable()
490 bool NoteTagTable::tag_is_undoable(const Glib::RefPtr<Gtk::TextTag> & tag) in tag_is_undoable()
500 bool NoteTagTable::tag_is_spell_checkable(const Glib::RefPtr<const Gtk::TextTag> & tag) in tag_is_spell_checkable()
510 bool NoteTagTable::tag_is_activatable(const Glib::RefPtr<Gtk::TextTag> & tag) in tag_is_activatable()
532 ChangeType NoteTagTable::get_change_type(const Glib::RefPtr<Gtk::TextTag> &tag) in get_change_type()
603 void NoteTagTable::on_tag_added(const Glib::RefPtr<Gtk::TextTag> & tag) in on_tag_added()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dfragment.h67 TextTag *Restrict (TextTag *tag);
96 TextTag *Restrict (TextTag *tag);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sced/sced/
H A DLogger.py29 self.__tag = gtk.TextTag()
31 self.__good_tag = gobject.new(gtk.TextTag,
36 self.__bad_tag = gobject.new(gtk.TextTag,
42 self.__ugly_tag = gobject.new(gtk.TextTag,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sced/scedwin/py/
H A DLogger.py33 self.__tag = gtk.TextTag()
35 self.__good_tag = gobject.new(gtk.TextTag,
40 self.__bad_tag = gobject.new(gtk.TextTag,
46 self.__ugly_tag = gobject.new(gtk.TextTag,
/dports/editors/gobby/gobby-0.4.13/inc/
H A Ddocument.hpp205 typedef std::list<Glib::RefPtr<const Gtk::TextTag> > tag_list_type;
237 void on_apply_tag_before(const Glib::RefPtr<Gtk::TextTag>& tag,
289 typedef Glib::RefPtr<const Gtk::TextTag> compare_type;
299 Glib::RefPtr<Gtk::TextTag>
303 Glib::RefPtr<const Gtk::TextTag>,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/
H A Dtext_buffer.rs6 use crate::TextTag;
16 fn connect_apply_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_apply_tag() argument
41 fn connect_remove_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_remove_tag() argument
48 fn connect_apply_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_apply_tag() argument
54 F: Fn(&P, &TextTag, &mut TextIter, &mut TextIter) + 'static, in connect_apply_tag() argument
247 fn connect_remove_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_remove_tag() argument
253 F: Fn(&P, &TextTag, &mut TextIter, &mut TextIter) + 'static, in connect_remove_tag() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/
H A Dtext_buffer.rs6 use crate::TextTag;
16 fn connect_apply_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_apply_tag() argument
41 fn connect_remove_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_remove_tag() argument
48 fn connect_apply_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_apply_tag() argument
54 F: Fn(&P, &TextTag, &mut TextIter, &mut TextIter) + 'static, in connect_apply_tag() argument
247 fn connect_remove_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_remove_tag() argument
253 F: Fn(&P, &TextTag, &mut TextIter, &mut TextIter) + 'static, in connect_remove_tag() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/
H A Dtext_buffer.rs6 use crate::TextTag;
16 fn connect_apply_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_apply_tag() argument
41 fn connect_remove_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_remove_tag() argument
48 fn connect_apply_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_apply_tag() argument
54 F: Fn(&P, &TextTag, &mut TextIter, &mut TextIter) + 'static, in connect_apply_tag() argument
247 fn connect_remove_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_remove_tag() argument
253 F: Fn(&P, &TextTag, &mut TextIter, &mut TextIter) + 'static, in connect_remove_tag() argument
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/
H A Dtext_buffer.rs6 use crate::TextTag;
16 fn connect_apply_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_apply_tag() argument
41 fn connect_remove_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_remove_tag() argument
48 fn connect_apply_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_apply_tag() argument
54 F: Fn(&P, &TextTag, &mut TextIter, &mut TextIter) + 'static, in connect_apply_tag() argument
247 fn connect_remove_tag<F: Fn(&Self, &TextTag, &mut TextIter, &mut TextIter) + 'static>( in connect_remove_tag() argument
253 F: Fn(&P, &TextTag, &mut TextIter, &mut TextIter) + 'static, in connect_remove_tag() argument
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtext_iter.rs16 use TextTag;
158 pub fn backward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in backward_to_tag_toggle()
236 pub fn begins_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in begins_tag()
275 pub fn ends_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in ends_tag()
431 pub fn forward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in forward_to_tag_toggle()
573 pub fn get_tags(&self) -> Vec<TextTag> { in get_tags() argument
590 pub fn get_toggled_tags(&self, toggled_on: bool) -> Vec<TextTag> { in get_toggled_tags() argument
625 pub fn has_tag<P: IsA<TextTag>>(&self, tag: &P) -> bool { in has_tag()
727 pub fn starts_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in starts_tag()
740 pub fn toggles_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in toggles_tag()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtext_iter.rs16 use TextTag;
158 pub fn backward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in backward_to_tag_toggle()
236 pub fn begins_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in begins_tag()
275 pub fn ends_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in ends_tag()
431 pub fn forward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in forward_to_tag_toggle()
573 pub fn get_tags(&self) -> Vec<TextTag> { in get_tags() argument
590 pub fn get_toggled_tags(&self, toggled_on: bool) -> Vec<TextTag> { in get_toggled_tags() argument
625 pub fn has_tag<P: IsA<TextTag>>(&self, tag: &P) -> bool { in has_tag()
727 pub fn starts_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in starts_tag()
740 pub fn toggles_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in toggles_tag()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtext_iter.rs16 use TextTag;
158 pub fn backward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in backward_to_tag_toggle()
236 pub fn begins_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in begins_tag()
275 pub fn ends_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in ends_tag()
431 pub fn forward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in forward_to_tag_toggle()
573 pub fn get_tags(&self) -> Vec<TextTag> { in get_tags() argument
590 pub fn get_toggled_tags(&self, toggled_on: bool) -> Vec<TextTag> { in get_toggled_tags() argument
625 pub fn has_tag<P: IsA<TextTag>>(&self, tag: &P) -> bool { in has_tag()
727 pub fn starts_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in starts_tag()
740 pub fn toggles_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in toggles_tag()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtextiter.hg155 … _CONVERSION(`GSList*',`std::vector< Glib::RefPtr<TextTag> >',`Glib::SListHandler<Glib::RefPtr<Tex…
157 …ION(`GSList*',`std::vector< Glib::RefPtr<const TextTag> >',`Glib::SListHandler<Glib::RefPtr<const
160 …_WRAP_METHOD(bool starts_tag(const Glib::RefPtr<const TextTag>& tag) const, gtk_text_iter_starts_t…
162 …_WRAP_METHOD(bool begins_tag(const Glib::RefPtr<const TextTag>& tag) const, gtk_text_iter_begins_t…
169 _WRAP_METHOD(bool ends_tag(const Glib::RefPtr<const TextTag>& tag) const, gtk_text_iter_ends_tag)
171 …_WRAP_METHOD(bool toggles_tag(const Glib::RefPtr<const TextTag>& tag) const, gtk_text_iter_toggles…
174 _WRAP_METHOD(bool has_tag(const Glib::RefPtr<const TextTag>& tag) const, gtk_text_iter_has_tag)
177 _WRAP_METHOD(std::vector< Glib::RefPtr<TextTag> > get_tags(), gtk_text_iter_get_tags)
178 _WRAP_METHOD(std::vector< Glib::RefPtr<const TextTag> > get_tags() const, gtk_text_iter_get_tags)
252 …_WRAP_METHOD(bool forward_to_tag_toggle(const Glib::RefPtr<TextTag>& tag), gtk_text_iter_forward_t…
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkTextTag.xs24 MODULE = Gtk2::TextTag PACKAGE = Gtk2::TextTag PREFIX = gtk_text_tag_
50 MODULE = Gtk2::TextTag PACKAGE = Gtk2::TextAttributes PREFIX = gtk_text_attributes_
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtki/
H A Dtext_tag.go5 type TextTag interface { interface
9 func AssertTextTag(_ TextTag) {} argument
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/pli/
H A Dtags.cpp46 TextTag::TextTag() : PliObjectTag(PliTag::TEXT), m_text() {} in TextTag() function in TextTag
50 TextTag::TextTag(const TextTag &textTag) in TextTag() function in TextTag
55 TextTag::TextTag(const std::string &text) in TextTag() function in TextTag
/dports/editors/o/o-2.46.0/
H A Dthemes.go23 …String, Keyword, Comment, Type, Literal, Punctuation, Plaintext, Tag, TextTag, TextAttrName, TextA… member
55 TextTag: "lightgreen",
124 TextTag: "darkred",
192 TextTag: "black",
260 TextTag: "",
319 TextTag: t.TextTag,
/dports/deskutils/notekit/notekit-6d6278b/
H A Dnotebook.h91 Glib::RefPtr<Gtk::TextTag> tag_proximity;
109 …Glib::RefPtr<Gtk::TextTag> tag_extra_space, tag_blockquote, tag_invisible, tag_hidden, tag_mono, t…
111 std::map<int, Glib::RefPtr<Gtk::TextTag> > baseline_tags;
112 Glib::RefPtr<Gtk::TextTag> GetBaselineTag(int baseline);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtext_iter.rs9 use crate::TextTag;
159 pub fn backward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in backward_to_tag_toggle()
246 pub fn begins_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in begins_tag()
291 pub fn ends_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in ends_tag()
455 pub fn forward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in forward_to_tag_toggle()
623 pub fn tags(&self) -> Vec<TextTag> { in tags() argument
644 pub fn toggled_tags(&self, toggled_on: bool) -> Vec<TextTag> { in toggled_tags() argument
688 pub fn has_tag<P: IsA<TextTag>>(&self, tag: &P) -> bool { in has_tag()
795 pub fn starts_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in starts_tag()
810 pub fn toggles_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in toggles_tag()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_iter.rs9 use crate::TextTag;
159 pub fn backward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in backward_to_tag_toggle()
246 pub fn begins_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in begins_tag()
291 pub fn ends_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in ends_tag()
455 pub fn forward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in forward_to_tag_toggle()
623 pub fn tags(&self) -> Vec<TextTag> { in tags() argument
644 pub fn toggled_tags(&self, toggled_on: bool) -> Vec<TextTag> { in toggled_tags() argument
688 pub fn has_tag<P: IsA<TextTag>>(&self, tag: &P) -> bool { in has_tag()
795 pub fn starts_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in starts_tag()
810 pub fn toggles_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in toggles_tag()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_iter.rs9 use crate::TextTag;
159 pub fn backward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in backward_to_tag_toggle()
246 pub fn begins_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in begins_tag()
291 pub fn ends_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in ends_tag()
455 pub fn forward_to_tag_toggle<P: IsA<TextTag>>(&mut self, tag: Option<&P>) -> bool { in forward_to_tag_toggle()
623 pub fn tags(&self) -> Vec<TextTag> { in tags() argument
644 pub fn toggled_tags(&self, toggled_on: bool) -> Vec<TextTag> { in toggled_tags() argument
688 pub fn has_tag<P: IsA<TextTag>>(&self, tag: &P) -> bool { in has_tag()
795 pub fn starts_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in starts_tag()
810 pub fn toggles_tag<P: IsA<TextTag>>(&self, tag: Option<&P>) -> bool { in toggles_tag()

12345678910>>...13