Lines Matching refs:border_width
538 guint border_width;
545 border_width = gtk_container_get_border_width (container);
555 requisition->width += 2 * border_width;
556 requisition->height += 2 * border_width;
567 guint border_width;
574 border_width = gtk_container_get_border_width (container);
579 allocation->x += border_width;
580 allocation->y += border_width;
581 allocation->width = MAX (1, allocation->width - 2 * border_width);
582 allocation->height = MAX (1, allocation->height - 2 * border_width);
832 /* See if it's in the border_width band. */