docs: Mention that tooltip_column text should be escaped in GtkIconView

This commit is contained in:
Carlos Garcia Campos 2010-11-14 12:39:48 +01:00 committed by Tristan Van Berkom
parent 333ff7dbfc
commit a00cd60540

View File

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