Home | History | Annotate | Download | only in gtk

Lines Matching refs:allocation

55                                                  GtkAllocation* allocation);
205 GtkAllocation* allocation) {
206 widget->allocation = *allocation;
210 allocation->x,
211 allocation->y,
212 allocation->width,
213 allocation->height);
216 // Give the same allocation to our GtkBin component.
219 gtk_widget_size_allocate(bin->child, allocation);
225 allocation);
227 // Our allocation has been set. We've asked our controller to place the other
241 child_allocation.x = allocation->x + child->x;
242 child_allocation.y = allocation->y + child->y;
244 allocation->width));
246 allocation->height));