[Gtk-sharp-list] Gtk.TextBuffer.CreateTag() doesn't exist

Adam Tauno Williams awilliam at whitemice.org
Mon Mar 22 17:43:44 EDT 2010


On Wed, 2010-03-10 at 20:55 -0500, Matthew Pirocchi wrote:
> I'm reading through the docs about using TextTags to format
> TextBuffers. The docs say that the best way to create a TextTag is
> through TextBuffer's CreateTag() function
> (see http://www.go-mono.com/docs/index.aspx?link=T:Gtk.TextTag).
> However, this function doesn't seem to exist. Is this a known issue,
> or am I doing it wrong? Is there a workaround available in the
> meantime? 

Have you looked at Tomboy/NoteBuffer.cs in the Tomboy source code?

There is also a demo of TextView, including tags, in the gtk-sharp
source.  In sample/GtkDemo/DemoTextView.cs



More information about the Gtk-sharp-list mailing list