Home | History | Annotate | Download | only in gtk

Lines Matching refs:allocation

20   GtkAllocation* allocation;
54 GtkAllocation child_allocation = child->allocation;
73 int overflow = (data->allocation->x + data->border_width + padding -
83 (data->allocation->x + data->allocation->width - data->border_width));
89 if (child_allocation.width != child->allocation.width) {
110 GtkAllocation* allocation);
174 GtkWidget* widget, GtkAllocation* allocation) {
184 if (widget->allocation.width < allocation->width ||
192 // children may be redrawn on the screen with incorrect size allocation.
195 // Let the parent class do size allocation first. After that all children will
199 (widget, allocation);
211 data.allocation = allocation;
216 (allocation->width - data.border_width * 2 -