forked from AuroraMiddleware/gtk
Fixes
This commit is contained in:
parent
67362c6b97
commit
92bed8d6d7
@ -1,3 +1,8 @@
|
||||
Fri Jun 18 21:20:42 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/tmpl/gtktreemodelfilter.sgml: Fix the docs for
|
||||
GtkTreeModelFilterVisibleFunc (#144583, Olivier Andrieu)
|
||||
|
||||
Mon May 31 00:16:36 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/tmpl/gtktable.sgml: Document the default attach
|
||||
|
@ -55,8 +55,9 @@ The GtkTreeModelFilter struct contains only private fields.
|
||||
A function which decides whether the row indicated by @iter is visible.
|
||||
</para>
|
||||
|
||||
@model: the #GtkTreeModelFilter
|
||||
@iter: a #GtkTreeIter pointing to the row whose visibility is determined
|
||||
@model: the child model of the #GtkTreeModelFilter
|
||||
@iter: a #GtkTreeIter pointing to the row in @model whose visibility
|
||||
is determined
|
||||
@data: user data given to gtk_tree_model_filter_set_visible_func()
|
||||
@Returns: Whether the row indicated by @iter is visible.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user