Home | History | Annotate | Download | only in gtk

Lines Matching refs:allocation

20   GtkAllocation* allocation;
74 int overflow = (data->allocation->x + data->border_width + padding -
84 (data->allocation->x + data->allocation->width - data->border_width));
114 GtkAllocation* allocation);
178 GtkWidget* widget, GtkAllocation* allocation) {
191 if (widget_allocation.width < allocation->width ||
199 // children may be redrawn on the screen with incorrect size allocation.
202 // Let the parent class do size allocation first. After that all children will
206 (widget, allocation);
218 data.allocation = allocation;
223 (allocation->width - data.border_width * 2 -