GtkWidget: Mark deprecated properties as such

The ::style, ::margin-left and ::margin-right properties are all
deprecated.
This commit is contained in:
Matthias Clasen 2014-05-02 19:25:27 -04:00
parent f66e239fe4
commit 456dffcbfd

View File

@ -1241,7 +1241,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
P_("Style"),
P_("The style of the widget, which contains information about how it will look (colors etc)"),
GTK_TYPE_STYLE,
GTK_PARAM_READWRITE));
GTK_PARAM_READWRITE | G_PARAM_DEPRECATED));
G_GNUC_END_IGNORE_DEPRECATIONS
@ -1409,7 +1409,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
0,
G_MAXINT16,
0,
GTK_PARAM_READWRITE));
GTK_PARAM_READWRITE | G_PARAM_DEPRECATED));
/**
* GtkWidget:margin-right:
@ -1432,7 +1432,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
0,
G_MAXINT16,
0,
GTK_PARAM_READWRITE));
GTK_PARAM_READWRITE | G_PARAM_DEPRECATED));
/**
* GtkWidget:margin-start: