Added a note about GtkWidget:has-tooltip in the docs for

* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
	the docs for GtkWidget::query-tooltip.


svn path=/trunk/; revision=21712
This commit is contained in:
Tristan Van Berkom 2008-10-24 18:25:43 +00:00
parent 230b4fefca
commit c29237900c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-10-24 Tristan Van Berkom <tvb@gnome.org>
* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
the docs for GtkWidget::query-tooltip.
2008-10-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmountoperation.c: The "screen" property ought to have

View File

@ -2071,8 +2071,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
* @keyboard_mode: %TRUE if the tooltip was trigged using the keyboard
* @tooltip: a #GtkTooltip
*
* Emitted when the #GtkSettings:gtk-tooltip-timeout has expired with
* the cursor hovering "above" @widget; or emitted when @widget got
* Emitted when #GtkWidget:has-tooltip is %TRUE and the #GtkSettings:gtk-tooltip-timeout
* has expired with the cursor hovering "above" @widget; or emitted when @widget got
* focus in keyboard mode.
*
* Using the given coordinates, the signal handler should determine