[gtk+] gtk_misc_set_alignment(): Improve the deprecation documenation.



commit bc77408e3c33b2395b367a46fbca6d3d8c714947
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Mar 2 09:45:57 2015 +0100

    gtk_misc_set_alignment(): Improve the deprecation documenation.
    
    To link to GtkWidget.halign/valign and to mention
    GtkLabel.xalign/yalign.

 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 bdd6eac..124516f 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]