Home | History | Annotate | Download | only in tabs

Lines Matching refs:allocation

352     GtkAllocation allocation;
353 gtk_widget_get_allocation(container_, &allocation);
354 PaintTab(i, container_, cairo_context, allocation.width);
394 GtkAllocation allocation;
395 gtk_widget_get_allocation(widget, &allocation);
404 allocation.width - kTwiceDragFrameBorderSize,
405 allocation.height - tab_height -
423 double right_x = allocation.width - offset;
424 double bottom_y = allocation.height - offset;
441 PaintTab(i, widget, cr, allocation.width);
445 allocation.width);