How to Invalidate () a Control in GTK #

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?

Win7 + MonoDevelop (2.9.4)

+3
source share
1 answer

Use QueueDraw () to redraw everything or QueueDrawArea () for a specific area of ​​the rectangle.

+6
source

All Articles