Lines Matching refs:border_width
504 guint border_width;
509 border_width = gtk_container_get_border_width (GTK_CONTAINER (widget));
512 requisition->width = border_width * 2/* + ALIGN_BORDER*/;
513 requisition->height = border_width * 2;
545 guint border_width;
551 border_width = gtk_container_get_border_width (GTK_CONTAINER (widget));
562 + border_width * 2;
569 child_allocation.x = border_width/* + ALIGN_BORDER*/;
571 child_allocation.x = allocation->width - border_width;
572 child_allocation.y = border_width;
615 child_allocation.x = border_width/* + ALIGN_BORDER*/;
633 child_allocation.y = border_width;
634 child_allocation.height = allocation->height - border_width * 2;