Documentation additions
svn path=/trunk/; revision=18074
This commit is contained in:
parent
1689390414
commit
5dfb5b23ed
@ -1,5 +1,7 @@
|
|||||||
2007-06-07 Matthias Clasen <mclasen@redhat.com>
|
2007-06-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c: Documentation additions.
|
||||||
|
|
||||||
* gtk/gtknotebook.c: Add a doc comment.
|
* gtk/gtknotebook.c: Add a doc comment.
|
||||||
|
|
||||||
2007-06-06 Matthias Clasen <mclasen@redhat.com>
|
2007-06-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -690,6 +690,13 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
|
|||||||
FALSE,
|
FALSE,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GtkTreeView:show-expanders:
|
||||||
|
*
|
||||||
|
* %TRUE if the view has expanders.
|
||||||
|
*
|
||||||
|
* Since: 2.12
|
||||||
|
*/
|
||||||
g_object_class_install_property (o_class,
|
g_object_class_install_property (o_class,
|
||||||
PROP_SHOW_EXPANDERS,
|
PROP_SHOW_EXPANDERS,
|
||||||
g_param_spec_boolean ("show-expanders",
|
g_param_spec_boolean ("show-expanders",
|
||||||
@ -698,6 +705,13 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
|
|||||||
TRUE,
|
TRUE,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GtkTreeView:level-indentation:
|
||||||
|
*
|
||||||
|
* Extra indentation for each level.
|
||||||
|
*
|
||||||
|
* Since: 2.12
|
||||||
|
*/
|
||||||
g_object_class_install_property (o_class,
|
g_object_class_install_property (o_class,
|
||||||
PROP_LEVEL_INDENTATION,
|
PROP_LEVEL_INDENTATION,
|
||||||
g_param_spec_int ("level-indentation",
|
g_param_spec_int ("level-indentation",
|
||||||
|
Loading…
Reference in New Issue
Block a user