Lines Matching defs:box
271 GtkWidget *image, *box, *label;
290 box = gtk_hbox_new (FALSE, 0);
292 box = gtk_vbox_new (FALSE, 0);
302 gtk_box_pack_start (GTK_BOX (box), label, TRUE, TRUE, 0);
320 gtk_box_pack_start (GTK_BOX (box), image, TRUE, TRUE, 0);
323 gtk_container_add (GTK_CONTAINER (button), box);
464 GtkBox *box;
471 box = GTK_BOX (widget);
477 for (child = gtk_container_get_children (GTK_CONTAINER (box));
489 gtk_box_query_child_packing (box,
496 if (gtk_box_get_homogeneous (box))
514 if (gtk_box_get_homogeneous (box))
516 requisition->height += (nvis_children - 1) * gtk_box_get_spacing (box);
519 border_width = gtk_container_get_border_width (GTK_CONTAINER (box));
528 GtkBox *box;
540 box = GTK_BOX (widget);
548 for (child = gtk_container_get_children (GTK_CONTAINER (box));
556 gtk_box_query_child_packing (box,
570 border_width = gtk_container_get_border_width (GTK_CONTAINER (box));
574 if (gtk_box_get_homogeneous (box))
578 (nvis_children - 1) * gtk_box_get_spacing (box));
596 for (child = gtk_container_get_children (GTK_CONTAINER (box));
604 gtk_box_query_child_packing (box,
613 if (gtk_box_get_homogeneous (box))
658 y += child_height + gtk_box_get_spacing (box);
664 for (child = gtk_container_get_children (GTK_CONTAINER (box));
672 gtk_box_query_child_packing (box,
684 if (gtk_box_get_homogeneous (box))
723 y -= (child_height + gtk_box_get_spacing (box));
732 GtkBox *box;
738 box = GTK_BOX (widget);
743 for (child = gtk_container_get_children (GTK_CONTAINER (box));
751 gtk_box_query_child_packing (box,
765 if (gtk_box_get_homogeneous (box))
783 if (gtk_box_get_homogeneous (box))
785 requisition->width += (nvis_children - 1) * gtk_box_get_spacing (box);
788 border_width = gtk_container_get_border_width (GTK_CONTAINER (box));
796 GtkBox *box;
809 box = GTK_BOX (widget);
818 for (child = gtk_container_get_children (GTK_CONTAINER (box));
826 gtk_box_query_child_packing (box,
841 border_width = gtk_container_get_border_width (GTK_CONTAINER (box));
845 if (gtk_box_get_homogeneous (box))
849 (nvis_children - 1) * gtk_box_get_spacing (box));
867 for (child = gtk_container_get_children (GTK_CONTAINER (box));
875 gtk_box_query_child_packing (box,
884 if (gtk_box_get_homogeneous (box))
933 x += child_width + gtk_box_get_spacing (box);
939 for (child = gtk_container_get_children (GTK_CONTAINER (box));
947 gtk_box_query_child_packing (box,
959 if (gtk_box_get_homogeneous (box))
1001 x -= (child_width + gtk_box_get_spacing (box));