Doc improvement

svn path=/trunk/; revision=20799
This commit is contained in:
Matthias Clasen 2008-07-07 00:08:00 +00:00
parent 7f12a27249
commit cad36b3c42
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 507953 gtk_tree_view_set_tooltip_column() shows markups
* gtk/gtktreeview.c (gtk_tree_view_set_tooltip_column): Mention
that the tooltip is set as markup. Proposed by Czirkos Zoltan.
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 510225 gtk_widget_get_composite_name retval should be freed

View File

@ -15553,6 +15553,9 @@ gtk_tree_view_set_tooltip_query_cb (GtkWidget *widget,
* When enabled, #GtkWidget::has-tooltip will be set to %TRUE and
* @tree_view will connect a #GtkWidget::query-tooltip signal handler.
*
* Note that the signal handler sets the text with gtk_tooltip_set_markup(),
* so &amp;, &lt;, etc have to be escaped in the text.
*
* Since: 2.12
*/
void