[Gtk-sharp-list] TextBuffer change?

George Farris george@gmsys.com
06 Mar 2003 19:30:07 -0800


Did something change in the TextBuffer?  I used to do:

string s = "line of text";
TextBuffer tb = new TextBuffer(new TextTagTable());
tb.SetText(s, s.Length);

tb.SetText() spits out this error now:

error CS-0006: Could not find any applicable function for this argument
list.

-- 
George Farris <george@gmsys.com>