diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/canvas-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h index b036a15..6f5f16e 100644 --- a/ganv/canvas-base.h +++ b/ganv/canvas-base.h @@ -221,7 +221,7 @@ void ganv_item_grab_focus(GanvItem* item); /* Fetch the bounding box of the item. The bounding box may not be exactly * tight, but the canvas items will do the best they can. The returned bounding - * box is in the coordinate system of the item's parent. + * box is in item relative coordinates. */ void ganv_item_get_bounds(GanvItem* item, double* x1, double* y1, double* x2, double* y2); |