Home | History | Annotate | Download | only in gtk

Lines Matching refs:allocation

24   GtkAllocation* allocation;
45 child_requisition.width = data->allocation->width - data->border_width * 2;
46 child_requisition.height = data->allocation->height - data->border_width * 2;
72 child_allocation.x += data->allocation->x;
73 child_allocation.y += data->allocation->y;
116 GtkAllocation* allocation);
145 GtkAllocation* allocation) {
146 gtk_widget_set_allocation(widget, allocation);
150 allocation->x,
151 allocation->y,
152 allocation->width,
153 allocation->height);
158 data.allocation = allocation;