[gtk/abolish-size-allocate: 6/17] cellarea: Cosmetics



commit 7280618c7d8f5dbae182ffe992bfb6dbdde418c5
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue May 5 12:12:15 2020 -0400

    cellarea: Cosmetics
    
    Remove an occurrence of size-allocate in a comment.

 gtk/gtkcellarea.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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
  *


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