# testing RepType resource converter on scalar type arrowDirection
xtAppInitialize -class Program

xmArrowButton .arrow managed
.arrow getValues -arrowDirection d
puts stdout "direction: $d"

. realizeWidget

. mainLoop
