I can't get the following to compile. I get a parse error at the last line. TextTagTable textTagTable = new TextTagTable (); TextTag statusTag = new TextTag ("status"); textTagTable.Add (statusTag); I compile with the flags -pkg:gtk-sharp-2.0 Is there something I'm doing wrong?