Home
last modified time | relevance | path

Searched refs:TextTag (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtexttag.cc209 TextTag::TextTag(const Glib::ConstructParams& construct_params) in TextTag() function in Gtk::TextTag
216 TextTag::TextTag(GtkTextTag* castitem) in TextTag() function in Gtk::TextTag
222 TextTag::~TextTag() in ~TextTag()
226 TextTag::CppClassType TextTag::texttag_class_; // initialize static member
228 GType TextTag::get_type() in get_type()
240 TextTag::TextTag() in TextTag() function in Gtk::TextTag
250 TextTag::TextTag(const Glib::ustring& name) in TextTag() function in Gtk::TextTag
260 Glib::RefPtr<TextTag> TextTag::create() in create()
262 return Glib::RefPtr<TextTag>( new TextTag() ); in create()
265 Glib::RefPtr<TextTag> TextTag::create(const Glib::ustring& name) in create()
[all …]
H A Dtexttagtable.h49 class TextTag; variable
126 void add(const Glib::RefPtr<TextTag>& tag);
134 void remove(const Glib::RefPtr<TextTag>& tag);
141 Glib::RefPtr<TextTag> lookup(const Glib::ustring& name);
148 Glib::RefPtr<const TextTag> lookup(const Glib::ustring& name) const;
150 typedef sigc::slot<void, const Glib::RefPtr<TextTag>&> SlotForEach;
176 Glib::SignalProxy1< void,const Glib::RefPtr<TextTag>& > signal_tag_added();
185 Glib::SignalProxy1< void,const Glib::RefPtr<TextTag>& > signal_tag_removed();
198 virtual void on_tag_changed(const Glib::RefPtr<TextTag>& tag, bool size_changed);
200 virtual void on_tag_added(const Glib::RefPtr<TextTag>& tag);
[all …]
H A Dtexttagtable.cc66 typedef sigc::slot< void,const Glib::RefPtr<TextTag>&,bool > SlotType; in TextTagTable_signal_tag_changed_callback()
97 typedef sigc::slot< void,const Glib::RefPtr<TextTag>& > SlotType; in TextTagTable_signal_tag_added_callback()
127 typedef sigc::slot< void,const Glib::RefPtr<TextTag>& > SlotType; in TextTagTable_signal_tag_removed_callback()
383 void TextTagTable::add(const Glib::RefPtr<TextTag>& tag) in add()
388 void TextTagTable::remove(const Glib::RefPtr<TextTag>& tag) in remove()
393 Glib::RefPtr<TextTag> TextTagTable::lookup(const Glib::ustring& name) in lookup()
401 Glib::RefPtr<const TextTag> TextTagTable::lookup(const Glib::ustring& name) const in lookup()
418 Glib::SignalProxy1< void,const Glib::RefPtr<TextTag>& > TextTagTable::signal_tag_added() in signal_tag_added()
424 Glib::SignalProxy1< void,const Glib::RefPtr<TextTag>& > TextTagTable::signal_tag_removed() in signal_tag_removed()
439 void Gtk::TextTagTable::on_tag_added(const Glib::RefPtr<TextTag>& tag) in on_tag_added()
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtexttag.cc205 TextTag::TextTag(const Glib::ConstructParams& construct_params) in TextTag() function in Gtk::TextTag
212 TextTag::TextTag(GtkTextTag* castitem) in TextTag() function in Gtk::TextTag
218 TextTag::TextTag(TextTag&& src) noexcept in TextTag() function in Gtk::TextTag
222 TextTag& TextTag::operator=(TextTag&& src) noexcept in operator =()
229 TextTag::~TextTag() noexcept in ~TextTag()
247 TextTag::TextTag() in TextTag() function in Gtk::TextTag
257 TextTag::TextTag(const Glib::ustring& name) in TextTag() function in Gtk::TextTag
267 Glib::RefPtr<TextTag> TextTag::create() in create()
269 return Glib::RefPtr<TextTag>( new TextTag() ); in create()
272 Glib::RefPtr<TextTag> TextTag::create(const Glib::ustring& name) in create()
[all …]
H A Dtexttagtable.h45 class TextTag; variable
125 void add(const Glib::RefPtr<TextTag>& tag);
134 void remove(const Glib::RefPtr<TextTag>& tag);
142 Glib::RefPtr<TextTag> lookup(const Glib::ustring& name);
150 Glib::RefPtr<const TextTag> lookup(const Glib::ustring& name) const;
152 typedef sigc::slot<void, const Glib::RefPtr<TextTag>&> SlotForEach;
173 Glib::SignalProxy< void,const Glib::RefPtr<TextTag>&,bool > signal_tag_changed();
185 Glib::SignalProxy< void,const Glib::RefPtr<TextTag>& > signal_tag_added();
197 Glib::SignalProxy< void,const Glib::RefPtr<TextTag>& > signal_tag_removed();
212 virtual void on_tag_added(const Glib::RefPtr<TextTag>& tag);
[all …]
H A Dtexttagtable.cc62 using SlotType = sigc::slot< void,const Glib::RefPtr<TextTag>&,bool >; in TextTagTable_signal_tag_changed_callback()
93 using SlotType = sigc::slot< void,const Glib::RefPtr<TextTag>& >; in TextTagTable_signal_tag_added_callback()
123 using SlotType = sigc::slot< void,const Glib::RefPtr<TextTag>& >; in TextTagTable_signal_tag_removed_callback()
390 void TextTagTable::add(const Glib::RefPtr<TextTag>& tag) in add()
395 void TextTagTable::remove(const Glib::RefPtr<TextTag>& tag) in remove()
400 Glib::RefPtr<TextTag> TextTagTable::lookup(const Glib::ustring& name) in lookup()
408 Glib::RefPtr<const TextTag> TextTagTable::lookup(const Glib::ustring& name) const in lookup()
425 Glib::SignalProxy< void,const Glib::RefPtr<TextTag>& > TextTagTable::signal_tag_added() in signal_tag_added()
431 Glib::SignalProxy< void,const Glib::RefPtr<TextTag>& > TextTagTable::signal_tag_removed() in signal_tag_removed()
446 void Gtk::TextTagTable::on_tag_added(const Glib::RefPtr<TextTag>& tag) in on_tag_added()
[all …]
H A Dtexttag.h74 class TextTag : public Glib::Object
80 using CppObjectType = TextTag;
86 TextTag(const TextTag&) = delete;
87 TextTag& operator=(const TextTag&) = delete;
94 explicit TextTag(GtkTextTag* castitem);
100 TextTag(TextTag&& src) noexcept;
101 TextTag& operator=(TextTag&& src) noexcept;
103 ~TextTag() noexcept override;
127 TextTag();
128 explicit TextTag(const Glib::ustring& name);
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gccv/
H A Dtext-tag.h130 class TextTag
143 virtual ~TextTag ();
180 virtual TextTag *Restrict (TextTag *tag);
199 static bool Order (TextTag *first, TextTag *last);
295 TextTag *Duplicate () const;
344 TextTag *Duplicate () const;
394 TextTag *Duplicate () const;
444 TextTag *Duplicate () const;
494 TextTag *Duplicate () const;
544 TextTag *Duplicate () const;
[all …]
H A Dtext-tag.cc35 TextTag::TextTag (Tag tag, TagPriority priority): in TextTag() function in gccv::TextTag
45 TextTag::~TextTag () in ~TextTag()
58 bool TextTag::Order (TextTag *first, TextTag *last) in Order()
71 TextTag *TextTag::Restrict (TextTag *tag) in Restrict()
105 TextTag (Family), in FamilyTextTag()
111 TextTag (Family), in FamilyTextTag()
144 TextTag (Size), in SizeTextTag()
177 TextTag (Style), in StyleTextTag()
210 TextTag (Weight), in WeightTextTag()
243 TextTag (Variant), in VariantTextTag()
[all …]
/dports/devel/lua-lgi/lgi-0.9.2/samples/gtk-demo/
H A Ddemo-text-multiview.lua13 Gtk.TextTag {
18 Gtk.TextTag {
22 Gtk.TextTag {
26 Gtk.TextTag {
31 Gtk.TextTag {
35 Gtk.TextTag {
39 Gtk.TextTag {
43 Gtk.TextTag {
47 Gtk.TextTag {
51 Gtk.TextTag {
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtext_tag_table.rs16 use TextTag;
42 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool; in add()
44 fn foreach<P: FnMut(&TextTag)>(&self, func: P); in foreach()
48 fn lookup(&self, name: &str) -> Option<TextTag>; in lookup() argument
50 fn remove<P: IsA<TextTag>>(&self, tag: &P); in remove()
60 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool { in add()
69 fn foreach<P: FnMut(&TextTag)>(&self, func: P) { in foreach()
71 unsafe extern "C" fn func_func<P: FnMut(&TextTag)>( in foreach()
94 fn lookup(&self, name: &str) -> Option<TextTag> { in lookup() argument
103 fn remove<P: IsA<TextTag>>(&self, tag: &P) { in remove()
[all …]
H A Dtext_tag.rs37 impl TextTag { implementation
3077 P: IsA<TextTag>, in connect_event() argument
3108 P: IsA<TextTag>, in connect_property_accumulative_margin_notify() argument
3132 P: IsA<TextTag>, in connect_property_background_notify() argument
3157 P: IsA<TextTag>, in connect_property_background_full_height_notify() argument
3184 P: IsA<TextTag>, in connect_property_background_full_height_set_notify() argument
3211 P: IsA<TextTag>, in connect_property_background_rgba_notify() argument
3238 P: IsA<TextTag>, in connect_property_background_set_notify() argument
3262 P: IsA<TextTag>, in connect_property_direction_notify() argument
3284 P: IsA<TextTag>, in connect_property_editable_notify() argument
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtext_tag_table.rs16 use TextTag;
42 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool; in add()
44 fn foreach<P: FnMut(&TextTag)>(&self, func: P); in foreach()
48 fn lookup(&self, name: &str) -> Option<TextTag>; in lookup() argument
50 fn remove<P: IsA<TextTag>>(&self, tag: &P); in remove()
60 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool { in add()
69 fn foreach<P: FnMut(&TextTag)>(&self, func: P) { in foreach()
71 unsafe extern "C" fn func_func<P: FnMut(&TextTag)>( in foreach()
94 fn lookup(&self, name: &str) -> Option<TextTag> { in lookup() argument
103 fn remove<P: IsA<TextTag>>(&self, tag: &P) { in remove()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtext_tag_table.rs16 use TextTag;
42 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool; in add()
44 fn foreach<P: FnMut(&TextTag)>(&self, func: P); in foreach()
48 fn lookup(&self, name: &str) -> Option<TextTag>; in lookup() argument
50 fn remove<P: IsA<TextTag>>(&self, tag: &P); in remove()
60 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool { in add()
69 fn foreach<P: FnMut(&TextTag)>(&self, func: P) { in foreach()
71 unsafe extern "C" fn func_func<P: FnMut(&TextTag)>( in foreach()
94 fn lookup(&self, name: &str) -> Option<TextTag> { in lookup() argument
103 fn remove<P: IsA<TextTag>>(&self, tag: &P) { in remove()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtext_tag_table.rs6 use crate::TextTag;
43 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool; in add()
46 fn foreach<P: FnMut(&TextTag)>(&self, func: P); in foreach()
53 fn lookup(&self, name: &str) -> Option<TextTag>; in lookup() argument
56 fn remove<P: IsA<TextTag>>(&self, tag: &P); in remove()
69 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool { in add()
78 fn foreach<P: FnMut(&TextTag)>(&self, func: P) { in foreach()
112 fn remove<P: IsA<TextTag>>(&self, tag: &P) { in remove()
124 F: Fn(&P, &TextTag) + 'static, in connect_tag_added()
152 F: Fn(&P, &TextTag, bool) + 'static, in connect_tag_changed() argument
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_tag_table.rs6 use crate::TextTag;
43 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool; in add()
46 fn foreach<P: FnMut(&TextTag)>(&self, func: P); in foreach()
53 fn lookup(&self, name: &str) -> Option<TextTag>; in lookup() argument
56 fn remove<P: IsA<TextTag>>(&self, tag: &P); in remove()
69 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool { in add()
78 fn foreach<P: FnMut(&TextTag)>(&self, func: P) { in foreach()
112 fn remove<P: IsA<TextTag>>(&self, tag: &P) { in remove()
124 F: Fn(&P, &TextTag) + 'static, in connect_tag_added()
152 F: Fn(&P, &TextTag, bool) + 'static, in connect_tag_changed() argument
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_tag_table.rs6 use crate::TextTag;
43 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool; in add()
46 fn foreach<P: FnMut(&TextTag)>(&self, func: P); in foreach()
53 fn lookup(&self, name: &str) -> Option<TextTag>; in lookup() argument
56 fn remove<P: IsA<TextTag>>(&self, tag: &P); in remove()
69 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool { in add()
78 fn foreach<P: FnMut(&TextTag)>(&self, func: P) { in foreach()
112 fn remove<P: IsA<TextTag>>(&self, tag: &P) { in remove()
124 F: Fn(&P, &TextTag) + 'static, in connect_tag_added()
152 F: Fn(&P, &TextTag, bool) + 'static, in connect_tag_changed() argument
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_tag_table.rs6 use crate::TextTag;
43 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool; in add()
46 fn foreach<P: FnMut(&TextTag)>(&self, func: P); in foreach()
53 fn lookup(&self, name: &str) -> Option<TextTag>; in lookup() argument
56 fn remove<P: IsA<TextTag>>(&self, tag: &P); in remove()
69 fn add<P: IsA<TextTag>>(&self, tag: &P) -> bool { in add()
78 fn foreach<P: FnMut(&TextTag)>(&self, func: P) { in foreach()
112 fn remove<P: IsA<TextTag>>(&self, tag: &P) { in remove()
124 F: Fn(&P, &TextTag) + 'static, in connect_tag_added()
152 F: Fn(&P, &TextTag, bool) + 'static, in connect_tag_changed() argument
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/GtkDemo/
H A DDemoTextView.cs120 TextTag tag = new TextTag ("heading"); in CreateTags()
125 tag = new TextTag ("italic"); in CreateTags()
129 tag = new TextTag ("bold"); in CreateTags()
133 tag = new TextTag ("big"); in CreateTags()
137 tag = new TextTag ("xx-small"); in CreateTags()
141 tag = new TextTag ("x-large"); in CreateTags()
145 tag = new TextTag ("monospace"); in CreateTags()
187 tag = new TextTag ("word_wrap"); in CreateTags()
191 tag = new TextTag ("char_wrap"); in CreateTags()
195 tag = new TextTag ("no_wrap"); in CreateTags()
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/GtkDemo/
H A DDemoTextView.cs120 TextTag tag = new TextTag ("heading"); in CreateTags()
125 tag = new TextTag ("italic"); in CreateTags()
129 tag = new TextTag ("bold"); in CreateTags()
133 tag = new TextTag ("big"); in CreateTags()
137 tag = new TextTag ("xx-small"); in CreateTags()
141 tag = new TextTag ("x-large"); in CreateTags()
145 tag = new TextTag ("monospace"); in CreateTags()
173 tag = new TextTag ("word_wrap"); in CreateTags()
177 tag = new TextTag ("char_wrap"); in CreateTags()
181 tag = new TextTag ("no_wrap"); in CreateTags()
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DTextIter.cs56 public TextTag[] Tags {
60 return new TextTag [0];
62 TextTag[] result = new TextTag [list.Count];
64 result [i] = list [i] as TextTag;
72 public TextTag[] GetToggledTags (bool toggled_on) in GetToggledTags()
76 return new TextTag [0]; in GetToggledTags()
78 TextTag[] result = new TextTag [list.Count]; in GetToggledTags()
80 result [i] = list [i] as TextTag; in GetToggledTags()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dtooltips.hpp50 Glib::RefPtr<Gtk::TextTag> link_tag;
51 Glib::RefPtr<Gtk::TextTag> h1_tag;
52 Glib::RefPtr<Gtk::TextTag> h2_tag;
53 Glib::RefPtr<Gtk::TextTag> h3_tag;
54 Glib::RefPtr<Gtk::TextTag> code_tag;
55 Glib::RefPtr<Gtk::TextTag> code_block_tag;
56 Glib::RefPtr<Gtk::TextTag> bold_tag;
57 Glib::RefPtr<Gtk::TextTag> italic_tag;
58 Glib::RefPtr<Gtk::TextTag> strikethrough_tag;
60 std::map<Glib::RefPtr<Gtk::TextTag>, std::string> links;
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtexttagtable.hg28 class TextTag;
30 /** Typedefed as Gtk::TextBuffer::TagTable. A Collection of @link Gtk::TextTag Gtk::TextBuffer::Tag…
32 …* A tag table defines a set of @link Gtk::TextTag Gtk::TextBuffer::Tags@endlink that can be used t…
48 _WRAP_METHOD(void add(const Glib::RefPtr<TextTag>& tag), gtk_text_tag_table_add)
49 _WRAP_METHOD(void remove(const Glib::RefPtr<TextTag>& tag), gtk_text_tag_table_remove)
50 …_WRAP_METHOD(Glib::RefPtr<TextTag> lookup(const Glib::ustring& name), gtk_text_tag_table_lookup, r…
53 typedef sigc::slot<void, const Glib::RefPtr<TextTag>&> SlotForEach;
59 _CONVERSION(`GtkTextTag*',`const Glib::RefPtr<TextTag>&',`Glib::wrap($3, true)')
60 _WRAP_SIGNAL(void tag_changed(const Glib::RefPtr<TextTag>& tag, bool size_changed), "tag_changed")
62 _WRAP_SIGNAL(void tag_added(const Glib::RefPtr<TextTag>& tag), "tag_added")
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtexttagtable.hg31 class TextTag;
33 /** Typedefed as Gtk::TextBuffer::TagTable. A Collection of @link Gtk::TextTag Gtk::TextBuffer::Tag…
35 …* A tag table defines a set of @link Gtk::TextTag Gtk::TextBuffer::Tags@endlink that can be used t…
51 _WRAP_METHOD(void add(const Glib::RefPtr<TextTag>& tag), gtk_text_tag_table_add)
52 _WRAP_METHOD(void remove(const Glib::RefPtr<TextTag>& tag), gtk_text_tag_table_remove)
53 …_WRAP_METHOD(Glib::RefPtr<TextTag> lookup(const Glib::ustring& name), gtk_text_tag_table_lookup, r…
54 …_WRAP_METHOD(Glib::RefPtr<const TextTag> lookup(const Glib::ustring& name) const, gtk_text_tag_tab…
56 typedef sigc::slot<void, const Glib::RefPtr<TextTag>&> SlotForEach;
62 _WRAP_SIGNAL(void tag_changed(const Glib::RefPtr<TextTag>& tag, bool size_changed), "tag_changed")
63 _WRAP_SIGNAL(void tag_added(const Glib::RefPtr<TextTag>& tag), "tag_added")
[all …]
/dports/deskutils/gnote/gnote-41.1/src/
H A Dnotebuffer.cpp153 const Glib::RefPtr<const Gtk::TextTag> & tag(*tag_iter); in get_dynamic_tag()
190 const Glib::RefPtr<const Gtk::TextTag> & tag(*tag_iter); in on_tag_applied()
250 Glib::RefPtr<Gtk::TextTag> depth = find_depth_tag(iter); in is_bulleted_list_active()
682 const Glib::RefPtr<Gtk::TextTag> & tag(*tag_iter); in mark_set_event()
692 const Glib::RefPtr<Gtk::TextTag> & tag(*tag_iter); in mark_set_event()
1049 const Glib::RefPtr<Gtk::TextTag> & tag(*tag_iter); in find_depth_tag()
1121 std::stack<Glib::RefPtr<const Gtk::TextTag> > tag_stack; in serialize()
1215 const Glib::RefPtr<Gtk::TextTag> & tag(*tag_iter); in serialize()
1273 Glib::RefPtr<const Gtk::TextTag> existing_tag; in serialize()
1291 const Glib::RefPtr<Gtk::TextTag> & tag(*tag_iter); in serialize()
[all …]

12345678910>>...13