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

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