diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-05 23:21:52 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-05 23:21:52 -0500 |
commit | 072023e57b6c894436f1a480797621f3740f6413 (patch) | |
tree | 4ac54184e0d0a52fc3f8a6c72b729e6d2c3b4e3b /gtk/gtkcellrendererspinner.c | |
parent | 2b3b3934a4f3308be25e14faeabc0553f3cdbffe (diff) | |
download | gtk+-072023e57b6c894436f1a480797621f3740f6413.tar.gz |
Remove deprecated GtkSpinner style properties
Diffstat (limited to 'gtk/gtkcellrendererspinner.c')
-rw-r--r-- | gtk/gtkcellrendererspinner.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gtk/gtkcellrendererspinner.c b/gtk/gtkcellrendererspinner.c index 034e40dba7..e609fe7b23 100644 --- a/gtk/gtkcellrendererspinner.c +++ b/gtk/gtkcellrendererspinner.c @@ -126,10 +126,8 @@ 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 by default. - * You can learn about the number of frames used by the theme - * by looking at the #GtkSpinner:num-steps style property and the duration - * of the cycle by looking at #GtkSpinner:cycle-duration. + * By default, the #GtkSpinner widget draws one full cycle of the animation, + * consisting of 12 frames, in 750 milliseconds. * * Since: 2.20 */ @@ -172,7 +170,7 @@ gtk_cell_renderer_spinner_init (GtkCellRendererSpinner *cell) } /** - * gtk_cell_renderer_spinner_new + * gtk_cell_renderer_spinner_new: * * Returns a new cell renderer which will show a spinner to indicate * activity. |