Searched defs:child_req (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libgdl/
H A Dgdl-dock-tablabel.c278 GtkRequisition child_req; local
293 gtk_widget_size_request (gtk_bin_get_child (bin), &child_req); local
295 child_req.width = child_req.height = 0;
297 requisition->width += child_req.width;
298 requisition->height += child_req.height;

Completed in 15 milliseconds