widget: Refine docs a bit

This commit is contained in:
Timm Bäder 2018-01-08 21:30:10 +01:00
parent 6cab57d7ed
commit 1a8b9e9180

View File

@ -12796,7 +12796,7 @@ gtk_widget_contains (GtkWidget *widget,
* @x: X coordinate to test, relative to @widget's origin
* @y: Y coordinate to test, relative to @widget's origin
*
* Finds the descendant of widget (including widget itself) closest
* Finds the descendant of @widget (including @widget itself) closest
* to the screen at the point (@x, @y). The point must be given in
* widget coordinates, so (0, 0) is assumed to be the top left of
* @widget's content area.