summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2012-09-27 16:27:36 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2013-02-14 17:19:49 -0500
commit314dadca8250d84e966f2a365ba9c60eaab5d3cb (patch)
tree3d534c324a1311965a77c9506029909d8232817d /gtk/gtk.h
parentcbce5bcd0b09195b79d0c29b44768fd037296df0 (diff)
downloadgtk+-314dadca8250d84e966f2a365ba9c60eaab5d3cb.tar.gz
Hook GtkTimeline up to GdkFrameClock
Use GdkFrameClock for the timing of GtkTimeline. This require the user to provide either a GtkWidget or a GdkFrameClock when creating the timeline. The default constructor now takes a GtkWidget. If you want to create a GdkFrameClock without a widget, you need to use g_object_new() and pass in a GdkFrameClock and GdkScreen. https://bugzilla.gnome.org/show_bug.cgi?id=685460
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index e95494f0fe..7642dd8b1f 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -194,6 +194,7 @@
#include <gtk/gtktexttagtable.h>
#include <gtk/gtktextview.h>
#include <gtk/gtkthemingengine.h>
+#include <gtk/gtktimeline.h>
#include <gtk/gtktoggleaction.h>
#include <gtk/gtktogglebutton.h>
#include <gtk/gtktoggletoolbutton.h>