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/gtkiconview.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/gtkiconview.c')
-rw-r--r-- | gtk/gtkiconview.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 44d0ed5761..e7e7e50a85 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -759,6 +759,9 @@ gtk_icon_view_class_init (GtkIconViewClass *klass) * * The #GtkCellArea used to layout cell renderers for this view. * + * If no area is specified when creating the icon view with gtk_icon_view_new_with_area() + * a #GtkCellAreaBox will be used. + * * Since: 3.0 */ g_object_class_install_property (gobject_class, |