GNOME Bugzilla – Bug 105313
Create richtext-like format to initialize gtktextbuffer easily
Last modified: 2004-12-22 21:47:04 UTC
Register tag table to GtkTextBuffer and then tag the text is time consuming. I would like to have a function like gtk_text_buffer_load_file, which load a formatted file. The format of the files is as simple as possible to allow programmer write the files by a text editor. The format is maybe a simplified html format. Of course, we need a function to register a standard tab table.
*** This bug has been marked as a duplicate of 59390 ***