In windows, I can call the Invalidate()control to make it sketch itself. I have a widget in GTK #, how can I do the same?
Invalidate()
Win7 + MonoDevelop (2.9.4)
Use QueueDraw () to redraw everything or QueueDrawArea () for a specific area of the rectangle.