Lines Matching defs:allocation
246 GtkAllocation allocation;
247 gtk_widget_get_allocation(widget, &allocation);
280 allocation.width, allocation.height);
285 allocation.width, allocation.height);
298 allocation.width, allocation.height);
306 cairo_rectangle(cr, 0, 0, allocation.width, allocation.height);
311 cairo_rectangle(cr, insetLeft, insetTop, allocation.width - (insetLeft + insetRight), allocation.height - (insetTop + insetBottom));
343 cairo_rectangle(cr, 0, 0, allocation.width, allocation.height);
357 (allocation.width - (insetLeft + insetRight)),
358 (allocation.height - (insetTop + insetBottom))
520 gtk_widget_get_allocation (widget, &allocation);
526 allocation.width - 2, allocation.height - 2 );
535 allocation.width - 2, allocation.height - 2 );