简体   繁体   中英

How to Invalidate() a control in GTK#

In windows forms I could call the Invalidate() of a control to force it to re draw itself. I have widget in GTK#, how can I accomplish the same?

Win7+MonoDevelop(2.9.4)

使用QueueDraw()重绘特定矩形区域的所有内容或QueueDrawArea()。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM