[comp.windows.x] Where to register resource converters

Damon.Lipparelli@CS.CMU.EDU (07/28/89)

>From reading chapter 9 of the Intrinsics documentation, I gather that 
the accepted place to register resource converters (with
XtAddConverter()/XtAppAddConverter()) is in the Class_Init routine.
But, the Class_Init routine has no knowledge of the app context so
XtAppAddConverter can't be use, so you use XtAddConverter().  But,
what if you want to register a converter in some app context besides the
default?

Thanks for any info,
Damon