Lines Matching refs:handle_area
117 GdkRectangle handle_area;
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, &event->area, &expose_area)) {
144 "handlebox", handle_area.x, handle_area.y,
145 handle_area.width, handle_area.height,