diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2012-09-18 09:00:57 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2013-02-14 17:19:47 -0500 |
commit | 7753883add412a4bbc6b49b9bc7ef037c5a34c36 (patch) | |
tree | 7add202db3d652fd9ac78954bacd6d36d43363a4 /gtk/gtkcontainerprivate.h | |
parent | 77bac0d6ae2cbbe9a41ea36e705cc12f36df4cbc (diff) | |
download | gtk+-7753883add412a4bbc6b49b9bc7ef037c5a34c36.tar.gz |
Use GdkFrameClock for relayout
Add a ::layout signal to GdkFrameClock and use it instead of an idle
handler to drive the restyling and relayout of containers.
https://bugzilla.gnome.org/show_bug.cgi?id=685460
Diffstat (limited to 'gtk/gtkcontainerprivate.h')
-rw-r--r-- | gtk/gtkcontainerprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcontainerprivate.h b/gtk/gtkcontainerprivate.h index f12148bb4f..cd4bc5b2e9 100644 --- a/gtk/gtkcontainerprivate.h +++ b/gtk/gtkcontainerprivate.h @@ -39,6 +39,7 @@ GList * _gtk_container_focus_sort (GtkContainer *container, GtkWidget *old_focus); gboolean _gtk_container_get_reallocate_redraws (GtkContainer *container); +void _gtk_container_maybe_start_idle_sizer (GtkContainer *container); G_END_DECLS |