Home | History | Annotate | Download | only in gtk

Lines Matching refs:allocation

124   GtkAllocation allocation;
125 gtk_widget_get_allocation(dst, &allocation);
126 int w = allocation.width;
127 int h = allocation.height;
151 // For widgets that have their own window, the allocation (x,y) coordinates
156 cairo_translate(cr, allocation.x, allocation.y);
183 GtkAllocation allocation;
184 gtk_widget_get_allocation(widget, &allocation);
185 int width = allocation.width;
186 int height = allocation.height;