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 590327 - GtkTextBuffer should implement the GtkBuildable interface
GtkTextBuffer should implement the GtkBuildable interface
Status: RESOLVED OBSOLETE
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:42 UTC by Rafael Villar Burke
Modified: 2018-02-10 03:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rafael Villar Burke 2009-07-30 22:42:32 UTC
GtkTextBuffer should implement the GtkBuildable interface so text contents can be added from a gtkbuilder data file.

Also, it could define a serialization/deserialization format, maybe using a default format as defined in gtktextbufferserialize.[ch]

This support, along with GtkTextTag addition to GtkTextTagTable (bug 590326 and bug 589413 ) would allow to create rich text content using Glade.
Comment 1 Rafael Villar Burke 2009-09-19 10:49:25 UTC
Instead of setting a fixed serialization/deserialization format, at least it
should allow to choose the internal tagset format (as in
gtk_text_buffer_register_serialize_tagset and 
gtk_text_buffer_register_deserialize_tagset) or a custom one (with a way to
register callback functions associated with a given format
serializer/deserializer).
Comment 2 Matthias Clasen 2018-02-10 03:37:58 UTC
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and
still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue
for it.