# basic setting of multiple resources
xtAppInitialize -class Program

xmPushButton .fred managed
.fred setValues -labelString bill
.fred setValues -width 200
.fred setValues -height 100
.fred setValues shadowThickness 4

. realizeWidget

. mainLoop
