summaryrefslogtreecommitdiff
path: root/gtk/gtkinscription.c
diff options
context:
space:
mode:
authornick richards <nick.richards@gmail.com>2022-07-15 20:55:37 +0000
committernick richards <nick.richards@gmail.com>2022-07-15 20:55:37 +0000
commit624f5ba0ecc15e81923bbb5b6c7f350d10332931 (patch)
tree276434afe787fb62c150ec5864ff70d81fd482e3 /gtk/gtkinscription.c
parent7743f359720686b1183172a073fa210ba23faf15 (diff)
downloadgtk+-624f5ba0ecc15e81923bbb5b6c7f350d10332931.tar.gz
Improve style in GtkInscription documentation
Diffstat (limited to 'gtk/gtkinscription.c')
-rw-r--r--gtk/gtkinscription.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtkinscription.c b/gtk/gtkinscription.c
index 60556684fd..4dfa8e5eb3 100644
--- a/gtk/gtkinscription.c
+++ b/gtk/gtkinscription.c
@@ -33,16 +33,16 @@
*
* `GtkInscription` is a widget to show text in a predefined area.
*
- * You likely want to use `GtkLabel` instead as this widget is intended only for
- * a small subset of use cases. The main use case is usage inside lists
+ * You likely want to use `GtkLabel` instead as this widget is intended only
+ * for a small subset of use cases. The main scenario envisaged is inside lists
* such as `GtkColumnView`.
*
- * While a `GtkLabel` sizes itself according to the text that is displayed,
- * `GtkInscription` is given a size and inscribes the given text into that space
- * as good as it can.
+ * While a `GtkLabel` sizes itself depending on the text that is displayed,
+ * `GtkInscription` is given a size and inscribes the given text into that
+ * space as well as it can.
*
- * As it is a common occurrence that text doesn't fit, users of this widget should
- * plan for that case.
+ * Users of this widget should take care to plan behaviour for the common case
+ * where the text doesn't fit exactly in the allocated space, .
*
* Since: 4.8
*/
@@ -282,7 +282,7 @@ gtk_inscription_css_changed (GtkWidget *widget,
{
gtk_inscription_update_layout_attributes (self,
gtk_css_style_get_pango_attributes (gtk_css_style_change_get_new_style (change)));
-
+
gtk_widget_queue_draw (widget);
}
}