forked from AuroraMiddleware/gtk
Document -1 as possible value.
2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document -1 as possible value.
This commit is contained in:
parent
88eb09d633
commit
d1dd40d9ae
@ -1,3 +1,8 @@
|
||||
2005-04-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
|
||||
-1 as possible value.
|
||||
|
||||
2005-04-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-04-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
|
||||
-1 as possible value.
|
||||
|
||||
2005-04-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-04-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
|
||||
-1 as possible value.
|
||||
|
||||
2005-04-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column)
|
||||
|
@ -12195,7 +12195,7 @@ gtk_tree_view_get_search_column (GtkTreeView *tree_view)
|
||||
/**
|
||||
* gtk_tree_view_set_search_column:
|
||||
* @tree_view: A #GtkTreeView
|
||||
* @column: the column of the model to search in
|
||||
* @column: the column of the model to search in, or -1 to disable searching
|
||||
*
|
||||
* Sets @column as the column where the interactive search code should
|
||||
* search in.
|
||||
|
Loading…
Reference in New Issue
Block a user