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

/inkscape/src/libgdl/
H A Dgdl-dock-item-grip.c44 #define DRAG_HANDLE_SIZE 10 macro
129 handle_area.width = DRAG_HANDLE_SIZE;
132 handle_area.x = allocation.x + allocation.width - DRAG_HANDLE_SIZE;
134 handle_area.width = DRAG_HANDLE_SIZE;
516 requisition->width += DRAG_HANDLE_SIZE;
564 min_width += DRAG_HANDLE_SIZE;
618 child_allocation.x += DRAG_HANDLE_SIZE;
619 child_allocation.width -= DRAG_HANDLE_SIZE;
627 child_allocation.width -= DRAG_HANDLE_SIZE;

Completed in 21 milliseconds