GNOME Bugzilla – Bug 72258
Need public variant of gtk_widget_queue_resize that does not queue a redraw
Last modified: 2011-02-04 16:12:26 UTC
This often allows nice optimizations when it's known that the redraw will come through other means, or is simply not required.
Created attachment 15497 [details] [review] Patch to add tsuch a method
The FIXME on line 3326 in gtktextview.c should be removed if this goes in.
Looks fine to commit (Needs Since: 2.4)
I guess I should add the ChangeLog entries: Fri Jul 18 20:06:57 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktextview.c (changed_handler): use gtk_widget_queue_resize_noredraw(). Fri Jul 18 19:55:50 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this API.