diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2011-02-24 16:05:41 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2011-02-24 16:05:41 +0900 |
commit | 4164a49b84d56b195e5eb88173e229d8fd7be0f2 (patch) | |
tree | 0c47e7bb7004e2f5f913b349249e95b20d962bc8 /gtk/gtkcellview.c | |
parent | 0b0f110152df40795f473c805afd8548facf7377 (diff) | |
download | gtk+-4164a49b84d56b195e5eb88173e229d8fd7be0f2.tar.gz |
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.
Diffstat (limited to 'gtk/gtkcellview.c')
-rw-r--r-- | gtk/gtkcellview.c | 3 |
1 files changed, 3 insertions, 0 deletions
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, |