diff options
author | Murray Cumming <murrayc@murrayc.com> | 2015-03-02 09:45:57 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2015-03-02 09:46:49 +0100 |
commit | bc77408e3c33b2395b367a46fbca6d3d8c714947 (patch) | |
tree | 27a2e34a85e1ab7c6969a9b4ccc4124e9b0e1ae8 /gtk/deprecated | |
parent | c91076f64c6561c800459d2d7a045d79455ffd09 (diff) | |
download | gtk+-bc77408e3c33b2395b367a46fbca6d3d8c714947.tar.gz |
gtk_misc_set_alignment(): Improve the deprecation documenation.
To link to GtkWidget.halign/valign and to mention
GtkLabel.xalign/yalign.
Diffstat (limited to 'gtk/deprecated')
-rw-r--r-- | gtk/deprecated/gtkmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/deprecated/gtkmisc.c b/gtk/deprecated/gtkmisc.c index bdd6eaccca..124516f697 100644 --- a/gtk/deprecated/gtkmisc.c +++ b/gtk/deprecated/gtkmisc.c @@ -219,7 +219,7 @@ gtk_misc_get_property (GObject *object, * * Sets the alignment of the widget. * - * Deprecated: 3.14: Use #GtkWidget alignment and margin properties. + * Deprecated: 3.14: Use #GtkWidget's alignment (#GtkWidget:halign and #GtkWidget:valign) and margin properties or #GtkLabel's #GtkLabel:xalign and #GtkLabel:yalign properties. */ void gtk_misc_set_alignment (GtkMisc *misc, |