mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Deprecate GtkWidget::draw-border style property
This style property is not used at all in the wild, and handling it has some performance overhead.
This commit is contained in:
parent
1f905a1c17
commit
67684a05b6
@ -2470,6 +2470,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
|||||||
* the widget's allocation to draw.
|
* the widget's allocation to draw.
|
||||||
*
|
*
|
||||||
* Since: 2.8
|
* Since: 2.8
|
||||||
|
*
|
||||||
|
* Deprecated: 2.22: This property will be removed in GTK+ 3
|
||||||
*/
|
*/
|
||||||
gtk_widget_class_install_style_property (klass,
|
gtk_widget_class_install_style_property (klass,
|
||||||
g_param_spec_boxed ("draw-border",
|
g_param_spec_boxed ("draw-border",
|
||||||
|
Loading…
Reference in New Issue
Block a user