From 3f3a226090aad1f583f40cd954eb9c15f568b62d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Jun 2016 23:40:32 -0400 Subject: [PATCH] Update GtkLabel::angle docs We can have wrapped or ellipsized labels at an angle nowadays. Still no selections though. --- gtk/gtklabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index f86869a055..dd2bbbfd67 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -1006,7 +1006,7 @@ gtk_label_class_init (GtkLabelClass *class) * The angle that the baseline of the label makes with the horizontal, * in degrees, measured counterclockwise. An angle of 90 reads from * from bottom to top, an angle of 270, from top to bottom. Ignored - * if the label is selectable, wrapped, or ellipsized. + * if the label is selectable. * * Since: 2.6 **/