Home | History | Annotate | Download | only in download

Lines Matching refs:allocation

712     GtkAllocation allocation;
713 gtk_widget_get_allocation(widget, &allocation);
715 int x = allocation.x + border_width;
716 int y = allocation.y + border_width;
717 int width = allocation.width - border_width * 2;
718 int height = allocation.height - border_width * 2;
764 // allocation of the gtk arrow which is close enough (and will error on
847 GtkAllocation allocation;
848 allocation);
857 allocation.x,
858 allocation.y,
864 allocation.x,
865 allocation.y,
871 allocation.x,
872 allocation.y,
884 allocation.x + offset, allocation.y + offset);