ui/motif/Grid.c

changeset 900
6e1485d5451a
parent 752
08a2421957f1
child 901
884d70e847a3
equal deleted inserted replaced
899:7e153ce81477 900:6e1485d5451a
636 height = cheight; 636 height = cheight;
637 } else { 637 } else {
638 height = r.size - w->mywidget.rowspacing; 638 height = r.size - w->mywidget.rowspacing;
639 } 639 }
640 } 640 }
641 641
642 if(width > 0 && height > 0) { 642 if(width > 0 && height > 0) {
643 XtConfigureWidget(child, x, y, width, height, child->core.border_width); 643 XtConfigureWidget(child, x, y, width, height, child->core.border_width);
644 } 644 }
645 //printf("child %d %d - %d %d\n", (int)child->core.x, (int)child->core.y, (int)child->core.width, (int)child->core.height); 645 //printf("child %d %d - %d %d\n", (int)child->core.x, (int)child->core.y, (int)child->core.width, (int)child->core.height);
646 } 646 }

mercurial