mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
docs: Mention that tooltip_column text should be escaped in GtkIconView
This commit is contained in:
parent
ac94503180
commit
3b90a21763
@ -5227,6 +5227,9 @@ gtk_icon_view_set_tooltip_query_cb (GtkWidget *widget,
|
||||
* When enabled, #GtkWidget::has-tooltip will be set to %TRUE and
|
||||
* @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
|
||||
*/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user