Lines Matching defs:allocation
429 GtkAllocation allocation;
436 gtk_widget_get_allocation (widget, &allocation);
465 GtkAllocation allocation;
495 gtk_widget_get_allocation (widget, &allocation);
508 (allocation.width - minimum_width));
510 (allocation.width - requisition.width));
636 GtkAllocation allocation;
638 gtk_widget_get_allocation (widget, &allocation);
640 *x = -allocation.x;
641 *y = -allocation.y;
695 GtkAllocation allocation;
700 gtk_widget_get_allocation (widget, &allocation);
736 else if (y > allocation.height / 2)