[gtk+] button: Document some style properties as deprecated
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] button: Document some style properties as deprecated
- Date: Mon, 16 Nov 2015 12:22:27 +0000 (UTC)
commit 684cd47c53c132bd724aa5cab8668710bb2b33c8
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Nov 16 06:11:42 2015 -0500
button: Document some style properties as deprecated
No code change.
gtk/gtkbutton.c | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index c07354c..3c22455 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -519,6 +519,15 @@ gtk_button_class_init (GtkButtonClass *klass)
P_("Extra space to add for GTK_CAN_DEFAULT
buttons that is always drawn outside the border"),
GTK_TYPE_BORDER,
GTK_PARAM_READABLE|G_PARAM_DEPRECATED));
+
+ /**
+ * GtkButton:child-displacement-x:
+ *
+ * How far in the x direction to move the child when the button is depressed.
+ *
+ * Deprecated: 3.20: Use CSS margins and padding instead;
+ * the value of this style property is ignored.
+ */
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("child-displacement-x",
P_("Child X Displacement"),
@@ -527,6 +536,15 @@ gtk_button_class_init (GtkButtonClass *klass)
G_MAXINT,
0,
GTK_PARAM_READABLE|G_PARAM_DEPRECATED));
+
+ /**
+ * GtkButton:child-displacement-y:
+ *
+ * How far in the y direction to move the child when the button is depressed.
+ *
+ * Deprecated: 3.20: Use CSS margins and padding instead;
+ * the value of this style property is ignored.
+ */
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("child-displacement-y",
P_("Child Y Displacement"),
@@ -539,10 +557,13 @@ gtk_button_class_init (GtkButtonClass *klass)
/**
* GtkButton:displace-focus:
*
- * Whether the child_displacement_x/child_displacement_y properties
+ * Whether the child_displacement_x/child_displacement_y properties
* should also affect the focus rectangle.
*
* Since: 2.6
+ *
+ * Deprecated: 3.20: Use CSS margins and padding instead;
+ * the value of this style property is ignored.
*/
gtk_widget_class_install_style_property (widget_class,
g_param_spec_boolean ("displace-focus",
@@ -574,6 +595,8 @@ gtk_button_class_init (GtkButtonClass *klass)
* Spacing in pixels between the image and label.
*
* Since: 2.10
+ *
+ * Deprecated: 3.20: Use CSS margins and padding instead.
*/
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("image-spacing",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]