Searched refs:close_requisition (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libgdl/
H A Dgdl-dock-item-grip.c542 GtkRequisition close_requisition = { 0, 0 }; local
556 &close_requisition);
561 int min_width = close_requisition.width + iconify_requisition.width
579 child_allocation.x -= close_requisition.width;
581 child_allocation.width = close_requisition.width;
582 child_allocation.height = close_requisition.height;
590 child_allocation.x += close_requisition.width;

Completed in 15 milliseconds