After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590326 - GtkTextTagTable should implement GtkBuildable interface
GtkTextTagTable should implement GtkBuildable interface
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 589413
 
 
Reported: 2009-07-30 22:35 UTC by Rafael Villar Burke
Modified: 2013-03-28 18:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rafael Villar Burke 2009-07-30 22:35:26 UTC
GtkTextTagTable lacks the GtkBuildable interface, so GtkTextTags can't be added from a Gtkbuilder file even if GtkTextTags can be generated from Glade.

Having this feature implemented, along with support for an improved GtkTextBuffer serialization/deserialization support, would allow to support creating rich text contents from Glade or at least populate a GtkTextBuffer with a bunch of interesting GtkTextTags so they can later be used from code.

This bug relates to glade bug 589413
Comment 1 Sébastien Wilmet 2013-03-28 18:37:12 UTC
Done.