#! ../mofe --f
mRowColumn form topLevel \
    background pink

mPushButton Otto form \
    background firebrick \
    activateCallback "echo i am %w"
mPushButton Quit form \
    background red \
    labelString "Press here to Quit" \
    activateCallback quit
realize
