docs: Fix wrong description for query-tooltip
Coordinates are not relative to widget->window
This commit is contained in:
parent
e29cceb391
commit
71e9606e16
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user