From 4164a49b84d56b195e5eb88173e229d8fd7be0f2 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 24 Feb 2011 16:05:41 +0900 Subject: Added documentation to "cell-area" construct-only properties. Indicate what kind of area will be used by default if none is provided by the user. --- gtk/gtkcellview.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk/gtkcellview.c') diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c index cc2daf6107..d6a87af0e5 100644 --- a/gtk/gtkcellview.c +++ b/gtk/gtkcellview.c @@ -233,6 +233,9 @@ gtk_cell_view_class_init (GtkCellViewClass *klass) * * The #GtkCellArea rendering cells * + * If no area is specified when creating the cell view with gtk_cell_view_new_with_context() + * a horizontally oriented #GtkCellAreaBox will be used. + * * since 3.0 */ g_object_class_install_property (gobject_class, -- cgit v1.2.1