entry: get_icon_area returns in entry coordinates

Document what the returned coordinates are relative to.
This commit is contained in:
Timm Bäder 2017-08-03 11:14:53 +02:00 committed by Daniel Boles
parent 5acee3a3e0
commit 8a17848f02

View File

@ -9116,7 +9116,8 @@ gtk_entry_get_current_icon_drag_source (GtkEntry *entry)
* entry in a draw callback.
*
* If the entry is not realized or has no icon at the given position,
* @icon_area is filled with zeros.
* @icon_area is filled with zeros. Otherwise, @icon_area will be filled
* with the icons allocation, relative to @entrys allocation.
*
* See also gtk_entry_get_text_area()
*