diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-04 19:53:36 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 601839c8251950e6ac8f66ae225f8143e08e3867 (patch) | |
tree | 011d08403226f7d9a76caee0e316a6cffc51ebc4 /gtk/gtkspinbutton.c | |
parent | feac88dc5294a76da918836623779a313097eb14 (diff) | |
download | gtk+-601839c8251950e6ac8f66ae225f8143e08e3867.tar.gz |
Remove various sizing related style properties
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r-- | gtk/gtkspinbutton.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index a3caec71be..fe4190e251 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -440,22 +440,6 @@ gtk_spin_button_class_init (GtkSpinButtonClass *class) "orientation"); /** - * GtkSpinButton:shadow-type: - * - * Style of bevel around the sping button. - * - * Deprecated: 3.20: Use CSS to determine the style of the border; - * the value of this style property is ignored. - */ - gtk_widget_class_install_style_property (widget_class, - g_param_spec_enum ("shadow-type", - P_("Shadow Type"), - P_("Style of bevel around the spin button"), - GTK_TYPE_SHADOW_TYPE, - GTK_SHADOW_IN, - GTK_PARAM_READABLE|G_PARAM_DEPRECATED)); - - /** * GtkSpinButton::input: * @spin_button: the object on which the signal was emitted * @new_value: (out) (type double): return location for the new value |