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

/inkscape/src/libgdl/
H A Dgdl-dock-item-grip.c117 GdkRectangle handle_area; local
127 handle_area.x = allocation.x;
128 handle_area.y = allocation.y;
129 handle_area.width = DRAG_HANDLE_SIZE;
130 handle_area.height = allocation.height;
132 handle_area.x = allocation.x + allocation.width - DRAG_HANDLE_SIZE;
133 handle_area.y = allocation.y;
134 handle_area.width = DRAG_HANDLE_SIZE;
135 handle_area.height = allocation.height;
138 if (gdk_rectangle_intersect (&handle_area,
[all...]

Completed in 13 milliseconds