Lines Matching defs:border_width
469 guint border_width;
519 border_width = gtk_container_get_border_width (GTK_CONTAINER (box));
520 requisition->width += border_width * 2;
521 requisition->height += border_width * 2;
537 guint border_width;
570 border_width = gtk_container_get_border_width (GTK_CONTAINER (box));
577 border_width * 2 -
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;
736 guint border_width;
788 border_width = gtk_container_get_border_width (GTK_CONTAINER (box));
789 requisition->width += border_width * 2;
790 requisition->height += border_width * 2;
805 guint border_width;
841 border_width = gtk_container_get_border_width (GTK_CONTAINER (box));
848 border_width * 2 -
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);
937 x = allocation->x + allocation->width - border_width;