Document #GtkTreeViewSearchEqualFunc and its backwards return value.
Sun Mar 14 22:27:59 2004 Owen Taylor <otaylor@redhat.com> * gtk/tmpl/gtktreeview.sgml (linkend): Document #GtkTreeViewSearchEqualFunc and its backwards return value.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Sun Mar 14 22:27:59 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtktreeview.sgml (linkend): Document
|
||||||
|
#GtkTreeViewSearchEqualFunc and its backwards return
|
||||||
|
value.
|
||||||
|
|
||||||
Mon Mar 15 02:36:32 2004 Matthias Clasen <maclas@gmx.de>
|
Mon Mar 15 02:36:32 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/tmpl/gtkentrycompletion.sgml: Add some docs.
|
* gtk/tmpl/gtkentrycompletion.sgml: Add some docs.
|
||||||
|
|||||||
@ -300,15 +300,19 @@ Function used for #gtk_tree_view_map_expanded_rows.
|
|||||||
|
|
||||||
<!-- ##### USER_FUNCTION GtkTreeViewSearchEqualFunc ##### -->
|
<!-- ##### USER_FUNCTION GtkTreeViewSearchEqualFunc ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
A function used for checking whether a row in @model matches
|
||||||
|
a search key string entered by the user. Note the return value
|
||||||
|
is reversed from what you would normally expect, though it
|
||||||
|
has some similarity to strcmp() returning 0 for equal strings.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@model:
|
@model: the #GtkTreeModel being searched
|
||||||
@column:
|
@column: the search column set by gtk_tree_view_set_seach_column
|
||||||
@key:
|
@key: the key string to compare with
|
||||||
@iter:
|
@iter: a #GtkTreeIter pointing the row of @model that should be compared
|
||||||
@search_data:
|
with @key.
|
||||||
@Returns:
|
@search_data: user data from gtk_tree_view_set_search_equal_func()
|
||||||
|
@Returns: %FALSE if the row matches, %TRUE otherwise.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_tree_view_new ##### -->
|
<!-- ##### FUNCTION gtk_tree_view_new ##### -->
|
||||||
|
|||||||
Reference in New Issue
Block a user