Documentation additions

svn path=/trunk/; revision=18074
This commit is contained in:
Matthias Clasen 2007-06-07 06:19:15 +00:00
parent 1689390414
commit 5dfb5b23ed
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2007-06-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c: Documentation additions.
* gtk/gtknotebook.c: Add a doc comment.
2007-06-06 Matthias Clasen <mclasen@redhat.com>

View File

@ -690,6 +690,13 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
FALSE,
GTK_PARAM_READWRITE));
/**
* GtkTreeView:show-expanders:
*
* %TRUE if the view has expanders.
*
* Since: 2.12
*/
g_object_class_install_property (o_class,
PROP_SHOW_EXPANDERS,
g_param_spec_boolean ("show-expanders",
@ -698,6 +705,13 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
TRUE,
GTK_PARAM_READWRITE));
/**
* GtkTreeView:level-indentation:
*
* Extra indentation for each level.
*
* Since: 2.12
*/
g_object_class_install_property (o_class,
PROP_LEVEL_INDENTATION,
g_param_spec_int ("level-indentation",