Lines Matching refs:width
1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
472 requisition->width = 0;
506 requisition->width = MAX (requisition->width, child_requisition.width);
520 requisition->width += border_width * 2;
594 child_allocation.width = MAX (1, (gint) allocation->width - (gint) border_width * 2);
735 gint width;
739 requisition->width = 0;
767 width = child_requisition.width + padding * 2;
768 requisition->width = MAX (requisition->width, width);
772 requisition->width += child_requisition.width + padding * 2;
784 requisition->width *= nvis_children;
785 requisition->width += (nvis_children - 1) * gtk_box_get_spacing (box);
789 requisition->width += border_width * 2;
802 gint width;
847 width = (allocation->width -
850 extra = width / nvis_children;
854 width = (gint) allocation->width - (gint) requisition.width;
855 extra = width / nexpand_children;
859 width = 0;
887 child_width = width;
892 width -= extra;
900 child_width = child_requisition.width + padding * 2;
905 child_width += width;
910 width -= extra;
916 child_allocation.width = MAX (1, child_width - padding * 2);
924 child_allocation.width = child_requisition.width;
925 child_allocation.x = x + (child_width - child_allocation.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;
962 child_width = width;
967 width -= extra;
971 child_width = child_requisition.width + padding * 2;
976 child_width += width;
981 width -= extra;
987 child_allocation.width = MAX (1, child_width - padding * 2);
992 child_allocation.width = child_requisition.width;
993 child_allocation.x = x + (child_width - child_allocation.width) / 2 - child_width;
997 child_allocation.x = allocation->x + allocation->width - (child_allocation.x - allocation->x) - child_allocation.width;