This function is only intended to be used when implementing new canvas items, specifically layout items such as CanvasTable.
It gets the requested area of a child item.
this |
a CanvasItem. |
cr |
a cairo context. |
requested_area |
a CanvasBounds to return the requested area in, in the parent's coordinate space. |
true if the item should be allocated space. |