#! ../mofe --f
# Demo to show how to run a motif application on several displays.
# Set the value for the ApplicationShell top2 to an display, where
# you are allowed to display and run this script....

XmToggleButton a topLevel armCallback "echo ich bin a"

register xioerr "ioerror hello"

ApplicationShell top2 $env(DISPLAY)
XmToggleButton b top2 armCallback "echo ich bin b"

realize
