After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 72258 - Need public variant of gtk_widget_queue_resize that does not queue a redraw
Need public variant of gtk_widget_queue_resize that does not queue a redraw
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-02-22 15:23 UTC by Havoc Pennington
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add tsuch a method (2.17 KB, patch)
2003-04-05 22:11 UTC, Soren Sandmann Pedersen
none Details | Review

Description Havoc Pennington 2002-02-22 15:23:23 UTC
This often allows nice optimizations when it's known that the redraw will 
come through other means, or is simply not required.
Comment 1 Soren Sandmann Pedersen 2003-04-05 22:11:03 UTC
Created attachment 15497 [details] [review]
Patch to add tsuch a method
Comment 2 Soren Sandmann Pedersen 2003-04-18 21:53:29 UTC
The FIXME on line 3326 in gtktextview.c should be removed if this goes in.

Comment 3 Owen Taylor 2003-07-18 17:22:14 UTC
Looks fine to commit (Needs Since: 2.4)
Comment 4 Soren Sandmann Pedersen 2003-07-18 17:58:53 UTC
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.