forked from AuroraMiddleware/gtk
spinbutton: Document some style properties as deprecated
No code change.
This commit is contained in:
parent
90f8b054b3
commit
ed2c14f4aa
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user