Am 2012-09-23 09:26, schrieb iltelko: > I am trying to redraw the screen, I am using Gtk.Window and Gtk.TreeView. > > I am more familiar with windows and Windows.Forms and invalidate()-function > which redraws the screen. How to do the same in gtk#?
You can use either the QueueDraw() method [0] or the QueueDrawArea() method [1] of the Gtk.Widget. Wolfgang. ---- [0] http://docs.go-mono.com/?link=M%3aGtk.Widget.QueueDraw [1] http://docs.go-mono.com/?link=M%3aGtk.Widget.QueueDrawArea _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
