Small documentation fixes.

2004-07-07  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktreeview.c:
	* gtk/gtktreeview.h: Small documentation fixes.
This commit is contained in:
Matthias Clasen 2004-07-07 16:24:55 +00:00 committed by Matthias Clasen
parent ee31ef4e38
commit f2ac32337e
6 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-07-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c:
* gtk/gtktreeview.h: Small documentation fixes.
2004-07-07 Matthias Clasen <mclasen@redhat.com>
Support separators in combo boxes and more generally in tree

View File

@ -1,3 +1,8 @@
2004-07-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c:
* gtk/gtktreeview.h: Small documentation fixes.
2004-07-07 Matthias Clasen <mclasen@redhat.com>
Support separators in combo boxes and more generally in tree

View File

@ -1,3 +1,8 @@
2004-07-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c:
* gtk/gtktreeview.h: Small documentation fixes.
2004-07-07 Matthias Clasen <mclasen@redhat.com>
Support separators in combo boxes and more generally in tree

View File

@ -1,3 +1,8 @@
2004-07-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c:
* gtk/gtktreeview.h: Small documentation fixes.
2004-07-07 Matthias Clasen <mclasen@redhat.com>
Support separators in combo boxes and more generally in tree

View File

@ -12460,12 +12460,13 @@ gtk_tree_view_get_row_separator_func (GtkTreeView *tree_view)
/**
* gtk_tree_view_set_row_separator_func:
* @tree_view: a #GtkTreeView
* @func: a #GtkTreeRowSeparatorFunc
* @func: a #GtkTreeViewRowSeparatorFunc
* @data: user data to pass to @func, or %NULL
* @destroy: destroy notifier for @data, or %NULL
*
* Sets the row separator function, which is used to determine
* whether a row should be drawn as a separator.
* whether a row should be drawn as a separator. If the row separator
* function is %NULL, no separators are drawn. This is the default value.
*
* Since: 2.6
**/

View File

@ -317,7 +317,7 @@ void gtk_tree_view_set_destroy_count_func (GtkTreeView *tree_view,
GtkDestroyNotify destroy);
void gtk_tree_view_set_fixed_height_mode (GtkTreeView *tree_view,
gboolean hover);
gboolean enable);
gboolean gtk_tree_view_get_fixed_height_mode (GtkTreeView *tree_view);
void gtk_tree_view_set_hover_selection (GtkTreeView *tree_view,
gboolean hover);