summaryrefslogtreecommitdiff
path: root/gtk/gtkspinner.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-05 23:21:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-05 23:21:52 -0500
commit072023e57b6c894436f1a480797621f3740f6413 (patch)
tree4ac54184e0d0a52fc3f8a6c72b729e6d2c3b4e3b /gtk/gtkspinner.c
parent2b3b3934a4f3308be25e14faeabc0553f3cdbffe (diff)
downloadgtk+-072023e57b6c894436f1a480797621f3740f6413.tar.gz
Remove deprecated GtkSpinner style properties
Diffstat (limited to 'gtk/gtkspinner.c')
-rw-r--r--gtk/gtkspinner.c37
1 files changed, 0 insertions, 37 deletions
diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c
index 78c6b994df..779eee0ff2 100644
--- a/gtk/gtkspinner.c
+++ b/gtk/gtkspinner.c
@@ -119,43 +119,6 @@ gtk_spinner_class_init (GtkSpinnerClass *klass)
P_("Whether the spinner is active"),
FALSE,
G_PARAM_READWRITE));
- /**
- * GtkSpinner:num-steps:
- *
- * The number of steps for the spinner to complete a full loop.
- * The animation will complete a full cycle in one second by default
- * (see the #GtkSpinner:cycle-duration style property).
- *
- * Since: 2.20
- *
- * Deprecated: 3.0
- */
- gtk_widget_class_install_style_property (widget_class,
- g_param_spec_uint ("num-steps",
- P_("Number of steps"),
- P_("The number of steps for the spinner to complete a full loop. The animation will complete a full cycle in one second by default (see #GtkSpinner:cycle-duration)."),
- 1,
- G_MAXUINT,
- 12,
- G_PARAM_READABLE));
-
- /**
- * GtkSpinner:cycle-duration:
- *
- * The duration in milliseconds for the spinner to complete a full cycle.
- *
- * Since: 2.20
- *
- * Deprecated: 3.0
- */
- gtk_widget_class_install_style_property (widget_class,
- g_param_spec_uint ("cycle-duration",
- P_("Animation duration"),
- P_("The length of time in milliseconds for the spinner to complete a full loop"),
- 500,
- G_MAXUINT,
- 1000,
- G_PARAM_READABLE));
}
static void