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

/inkscape/src/libgdl/
H A Dgdl-dock-item.c913 GtkRequisition grip_req; local
915 gtk_widget_size_request (item->_priv->grip, &grip_req);
918 child_allocation.x += grip_req.width;
919 child_allocation.width -= grip_req.width;
920 grip_alloc.width = grip_req.width;
922 child_allocation.y += grip_req.height;
923 child_allocation.height -= grip_req.height;
924 grip_alloc.height = grip_req.height;

Completed in 22 milliseconds