Home | History | Annotate | Download | only in gtk

Lines Matching refs:allocation

480     x += widget->allocation.x;
481 y += widget->allocation.y;
490 widget->allocation.width, widget->allocation.height);
596 return widget->allocation.width - bounds.x() - bounds.width();
601 return widget->allocation.width - x;
877 return gfx::Rect(x, y, widget->allocation.width, widget->allocation.height);
927 // GTK_NO_WINDOW widgets, and are relative to widget->allocation.x,
928 // widget->allocation.y for widgets that are GTK_NO_WINDOW widgets.
931 return gfx::Rect(0, 0, widget->allocation.width, widget->allocation.height);