button={ label=QUIT action=QUIT }
vbox={ name=noborder
message={ value="Below is a togglegrid object." }
message={ value="You can click to change the toggles individually with the" }
message={ value="mouse, or hold down the meta key to ""draw"", " }
message={ value="or the control key to ""erase""." }
togglegrid={ nx=40 ny=40
	value=0 formtype=bits
	foreground=orange
        height=5 width=5 }
}
button={ label="Clear" action="ASSIGN togglegrid1 0" }
button={ label="Print" action="PRINT $togglegrid1" }
