GktAdjustment: Add explicit api for animated setting
Making all set_value calls animated has side-effects, so we need to be more selective.
This commit is contained in:
@ -27,6 +27,8 @@ G_BEGIN_DECLS
|
||||
void gtk_adjustment_enable_animation (GtkAdjustment *adjustment,
|
||||
GdkFrameClock *clock,
|
||||
guint duration);
|
||||
void gtk_adjustment_animate_to_value (GtkAdjustment *adjustment,
|
||||
gdouble value);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user