diff options
author | Bastien Nocera <hadess@hadess.net> | 2009-10-14 18:43:05 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2009-10-14 19:06:26 +0100 |
commit | e9a240cd52270992249223485714649d7ddb44f3 (patch) | |
tree | 9d25380d0b673606b5a2d2c5e043a4fd8656088d /gtk/gtkcellrendererspinner.c | |
parent | 9112194791bb451a0ab952d2bd1d2158c6a6d664 (diff) | |
download | gtk+-e9a240cd52270992249223485714649d7ddb44f3.tar.gz |
Add GtkSpinner::animation-duration style property
Diffstat (limited to 'gtk/gtkcellrendererspinner.c')
-rw-r--r-- | gtk/gtkcellrendererspinner.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 */ |