# is there a string to XtPointer converter?
# No - so I'll use it for Xt widget -> Tm widget conversion
xtAppInitialize -class Program

xmLabel .l managed -userData "hi there"

. realizeWidget

. mainLoop
