diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-05-05 12:12:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-06 14:27:45 -0400 |
commit | 7280618c7d8f5dbae182ffe992bfb6dbdde418c5 (patch) | |
tree | dc35ef3de13122bc68f3102833ad5e8783553999 | |
parent | 6c8f5f9d17b9c3fb655468fbe6852059962500c0 (diff) | |
download | gtk+-7280618c7d8f5dbae182ffe992bfb6dbdde418c5.tar.gz |
cellarea: Cosmetics
Remove an occurrence of size-allocate in a comment.
-rw-r--r-- | gtk/gtkcellarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index a4351d14c3..3f743c84e7 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -223,7 +223,7 @@ * give every row its minimum or natural height or, if the model content * is expected to fit inside the layouting widget without scrolling, it * would make sense to calculate the allocation for each row at - * #GtkWidget::size-allocate time using gtk_distribute_natural_allocation(). + * the time the widget is allocated using gtk_distribute_natural_allocation(). * * # Handling Events and Driving Keyboard Focus * |