From e9a240cd52270992249223485714649d7ddb44f3 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 14 Oct 2009 18:43:05 +0100 Subject: Add GtkSpinner::animation-duration style property --- gtk/gtkcellrendererspinner.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk/gtkcellrendererspinner.c') diff --git a/gtk/gtkcellrendererspinner.c b/gtk/gtkcellrendererspinner.c index 4eb62207d6..0e2c4d94fa 100644 --- a/gtk/gtkcellrendererspinner.c +++ b/gtk/gtkcellrendererspinner.c @@ -130,9 +130,10 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass) * Pulse of the spinner. Increment this value to draw the next frame of the * spinner animation. Usually, you would update this value in a timeout. * - * The #GtkSpinner widget draws one full cycle of the animation per second. + * The #GtkSpinner widget draws one full cycle of the animation per second by default. * You can learn about the number of frames used by the theme - * by looking at the #GtkSpinner:num-steps style property + * by looking at the #GtkSpinner:num-steps style property and the duration + * of the cycle by looking at #GtkSpinner:cycle-duration. * * Since 2.20 */ -- cgit v1.2.1