forked from AuroraMiddleware/gtk
Doc improvement
svn path=/trunk/; revision=20799
This commit is contained in:
parent
7f12a27249
commit
cad36b3c42
@ -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>
|
2008-07-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 510225 – gtk_widget_get_composite_name retval should be freed
|
Bug 510225 – gtk_widget_get_composite_name retval should be freed
|
||||||
|
@ -15553,6 +15553,9 @@ gtk_tree_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
|
||||||
* @tree_view will connect a #GtkWidget::query-tooltip signal handler.
|
* @tree_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