docs: Fix wrong description for query-tooltip

Coordinates are not relative to widget->window
This commit is contained in:
Benjamin Otte 2011-04-16 22:01:18 +02:00
parent e29cceb391
commit 71e9606e16

View File

@ -2851,9 +2851,9 @@ gtk_widget_class_init (GtkWidgetClass *klass)
* GtkWidget::query-tooltip:
* @widget: the object which received the signal
* @x: the x coordinate of the cursor position where the request has
* been emitted, relative to @widget->window
* been emitted, relative to @widget's left side
* @y: the y coordinate of the cursor position where the request has
* been emitted, relative to @widget->window
* been emitted, relative to @widget's top
* @keyboard_mode: %TRUE if the tooltip was trigged using the keyboard
* @tooltip: a #GtkTooltip
*