diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2012-09-27 16:27:36 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2013-02-14 17:19:49 -0500 |
commit | 314dadca8250d84e966f2a365ba9c60eaab5d3cb (patch) | |
tree | 3d534c324a1311965a77c9506029909d8232817d /gtk/gtk.h | |
parent | cbce5bcd0b09195b79d0c29b44768fd037296df0 (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |