Lines Matching defs:allocation
56 GtkAllocation *allocation);
310 GtkAllocation *allocation)
319 g_return_if_fail (allocation != NULL);
326 gtk_widget_set_allocation (widget, allocation);
330 allocation->x,
331 allocation->y,
332 allocation->width,
333 allocation->height);
342 allocation->width = MAX (1, (int) allocation->width -
347 MAX (1, (int) allocation->width - 2 * border_width);
349 MAX (1, (int) allocation->height - 2 * border_width);