MEL 12個横並びのボタン

window;
rowLayout -columnWidth2 480 480 -height 511 -numberOfColumns 2 -width 1310;
rowLayout -columnWidth6 80 80 80 80 80 80 -height 28 -numberOfColumns 6 -width 480;
button -height 28 -label "Button29" -width 80;
button -height 28 -label "Button30" -width 80;
button -height 28 -label "Button31" -width 80;
button -height 28 -label "Button32" -width 80;
button -height 28 -label "Button33" -width 80;
button -height 28 -label "Button34" -width 80;
setParent ..;
rowLayout -columnWidth6 80 80 80 80 80 80 -height 28 -numberOfColumns 6 -width 480;
button -height 28 -label "Button37" -width 80;
button -height 28 -label "Button38" -width 80;
button -height 28 -label "Button39" -width 80;
button -height 28 -label "Button40" -width 80;
button -height 28 -label "Button41" -width 80;
button -height 28 -label "Button42" -width 80;
setParent ..;

showWindow;