summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-02-24 16:05:41 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-02-24 16:05:41 +0900
commit4164a49b84d56b195e5eb88173e229d8fd7be0f2 (patch)
tree0c47e7bb7004e2f5f913b349249e95b20d962bc8 /gtk/gtkiconview.c
parent0b0f110152df40795f473c805afd8548facf7377 (diff)
downloadgtk+-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.c3
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,