Lines Matching defs:allocation
77 GtkAllocation *allocation );
81 GtkAllocation *allocation );
85 GtkAllocation *allocation );
443 GtkAllocation *allocation )
452 gdl_dock_bar_size_hallocate (widget, allocation);
456 gdl_dock_bar_size_vallocate (widget, allocation);
526 GtkAllocation *allocation)
541 gtk_widget_set_allocation (widget, allocation);
576 height = (allocation->height -
583 height = (gint) allocation->height - (gint) requisition.height;
592 y = allocation->y + border_width;
593 child_allocation.x = allocation->x + border_width;
594 child_allocation.width = MAX (1, (gint) allocation->width - (gint) border_width * 2);
662 y = allocation->y + allocation->height - border_width;
794 GtkAllocation *allocation)
810 gtk_widget_set_allocation (widget, allocation);
847 width = (allocation->width -
854 width = (gint) allocation->width - (gint) requisition.width;
863 x = allocation->x + border_width;
864 child_allocation.y = allocation->y + border_width;
865 child_allocation.height = MAX (1, (gint) allocation->height - (gint) border_width * 2);
929 child_allocation.x = allocation->x + allocation->width - (child_allocation.x - allocation->x) - child_allocation.width;
937 x = allocation->x + allocation->width - border_width;
997 child_allocation.x = allocation->x + allocation->width - (child_allocation.x - allocation->x) - child_allocation.width;