gtk_misc_set_alignment(): Improve the deprecation documenation.
To link to GtkWidget.halign/valign and to mention GtkLabel.xalign/yalign.
This commit is contained in:
@ -219,7 +219,7 @@ gtk_misc_get_property (GObject *object,
|
|||||||
*
|
*
|
||||||
* Sets the alignment of the widget.
|
* 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
|
void
|
||||||
gtk_misc_set_alignment (GtkMisc *misc,
|
gtk_misc_set_alignment (GtkMisc *misc,
|
||||||
|
|||||||
Reference in New Issue
Block a user