# simple pushButton test
xtAppInitialize -class Program \
  -fallbackResources {
    {*foreground: red}
    {Program*fred**labelString: hi there}
  }

xmPushButton .fred managed

. realizeWidget

. mainLoop
