In Visual Studio 2008 it's called a richtextbox. I am trying to find something similar in Monodevelop.
On 19 May 2010 00:43, Michael Hutchinson [via Mono] < [email protected]<ml-node%[email protected]> > wrote: > Take a look at the Buffer of your TextView. The ScrolledWindow is simply a > container that adds scrollbars to its child. > > On May 19, 2010 12:44 AM, "andrew2325" <[hidden > email]<http://user/SendEmail.jtp?type=node&node=2222306&i=0>> > wrote: > > > I would like to clear the scrolled window and put new text in it. .Clear() > does not work. > /home/andrew/Projects/rbvgtk1/rbvgtk1/MainWindow.cs(39,39): Error CS1061: > Type `Gtk.ScrolledWindow' does not contain a definition for `Clear' and no > extension method `Clear' of type `Gtk.ScrolledWindow' could be found (are > you missing a using directive or an assembly reference?) (CS1061) (rbvgtk1) > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Noob-question-about-Gtk-ScrolledWindow-tp2222276p2222276.html > Sent from the Mono - Gtk# mailing list archive at Nabble.com. > _______________________________________________ > Gtk-sharp-list maillist - [hidden > email]<http://user/SendEmail.jtp?type=node&node=2222306&i=1> > > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list > > > _______________________________________________ > Gtk-sharp-list maillist - [hidden > email]<http://user/SendEmail.jtp?type=node&node=2222306&i=2> > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list > > > ------------------------------ > View message @ > http://mono.1490590.n4.nabble.com/Noob-question-about-Gtk-ScrolledWindow-tp2222276p2222306.html > To unsubscribe from Noob question about Gtk.ScrolledWindow, click here< (link > removed) =>. > > > -- View this message in context: http://mono.1490590.n4.nabble.com/Noob-question-about-Gtk-ScrolledWindow-tp2222276p2223041.html Sent from the Mono - Gtk# mailing list archive at Nabble.com.
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
