Correct a deprecation note

The CSS equivalent for focus-padding is outline-offset.
This commit is contained in:
Matthias Clasen 2016-03-15 09:03:21 -04:00
parent 186ecdf0fa
commit 7018a41ce9

View File

@ -3484,7 +3484,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* The "focus-padding" style property defines the width, in pixels,
* between focus indicator and the widget 'box'.
*
* Deprecated: 3.14: use the padding CSS properties instead.
* Deprecated: 3.14: use the outline-offset CSS properties instead.
*/
gtk_widget_class_install_style_property (klass,
g_param_spec_int ("focus-padding",