Home | History | Annotate | Download | only in gtk

Lines Matching refs:allocation

478   gfx::Rect right(widget->allocation.x + widget->allocation.width -
480 widget->allocation.y - kShadowThickness,
482 widget->allocation.height + kShadowThickness);
483 gfx::Rect left(widget->allocation.x - kShadowThickness,
484 widget->allocation.y - kShadowThickness,
486 widget->allocation.height + kShadowThickness);
514 widget->allocation.x + widget->allocation.width,
515 widget->allocation.y + widget->allocation.height);
560 &location_hbox->allocation);
640 sender->allocation.width - badge->width();
644 sender->allocation.x + x_offset,
645 sender->allocation.y + y_offset);