On Sat, Oct 05, 2013 at 08:18:58PM -0400, Rena wrote:
> I have a window with a large number of GtkEntry and GtkCheckButton
> displaying stats,

‘Displaying stats’ sounds a bit suspicious because entry and check
button are input widgets.

> Is it possible to speed
> this up, maybe by asking GTK not to redraw the widgets until I'm done
> updating them all?

Anyway, this is what happens normally.  When you change the widget
state/content a redraw is queued.  The redraws are then processed when
the Gtk+ main loops gets to run.

Regards,

Yeti

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to