diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2011-01-10 20:45:23 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2011-01-10 20:49:41 +0100 |
commit | de36dda9251f4f60b0be575231974f3ab7bd879e (patch) | |
tree | e23b3443c01c8b21aa145d7bc14c55bd5f4296ab /gtk/gtk.symbols | |
parent | 162380fca5a44c86e0c9709d50aca08579418bc0 (diff) | |
download | gtk+-de36dda9251f4f60b0be575231974f3ab7bd879e.tar.gz |
Add gtk_style_context_scroll_animations()
This function will be needed in widgets like GtkTreeView,
since gdk_window_scroll() doesn't trigger the usual
mechanisms to update the invalidation area, this function
is needed together with it.
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 3625120374..1f99b02cf0 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -2499,6 +2499,7 @@ gtk_style_context_remove_region gtk_style_context_reset_widgets gtk_style_context_restore gtk_style_context_save +gtk_style_context_scroll_animations gtk_style_context_set_background gtk_style_context_set_direction gtk_style_context_set_junction_sides |