spinbutton: Document some style properties as deprecated

No code change.
This commit is contained in:
Matthias Clasen 2015-11-16 06:18:32 -05:00
parent 90f8b054b3
commit ed2c14f4aa

View File

@ -433,6 +433,14 @@ gtk_spin_button_class_init (GtkSpinButtonClass *class)
PROP_ORIENTATION,
"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 syyle property is ignored.
*/
gtk_widget_class_install_style_property (widget_class,
g_param_spec_enum ("shadow-type",
P_("Shadow Type"),