mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
docs: Mention that tooltip_column text should be escaped in GtkIconView
This commit is contained in:
parent
333ff7dbfc
commit
a00cd60540
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user