Fix documentation. (#461225, Murray Cumming).
2007-07-30 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_cell): Fix documentation. (#461225, Murray Cumming). svn path=/trunk/; revision=18557
This commit is contained in:
parent
d3625daed1
commit
bed2f0e38c
@ -1,3 +1,8 @@
|
||||
2007-07-30 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_tooltip_cell): Fix
|
||||
documentation. (#461225, Murray Cumming).
|
||||
|
||||
2007-07-29 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* gtk/gtkrecentchooser.c: Add documentation for properties
|
||||
|
@ -15219,7 +15219,7 @@ gtk_tree_view_set_tooltip_row (GtkTreeView *tree_view,
|
||||
* @tooltip: a #GtkTooltip
|
||||
* @path: a #GtkTreePath or %NULL
|
||||
* @column: a #GtkTreeViewColumn or %NULL
|
||||
* @cell: a #GtkCellRendererText or %NULL
|
||||
* @cell: a #GtkCellRenderer or %NULL
|
||||
*
|
||||
* Sets the tip area of @tooltip to the area @path, @column and @cell have
|
||||
* in common. For example if @path is %NULL and @column is set, the tip
|
||||
|
Loading…
Reference in New Issue
Block a user