Path: utzoo!attcan!uunet!lll-winken!csd4.milw.wisc.edu!bionet!apple!usc!bloom-beacon!CS.CMU.EDU!Damon.Lipparelli From: Damon.Lipparelli@CS.CMU.EDU Newsgroups: comp.windows.x Subject: Where to register resource converters Message-ID: <0Yo6z7S00hMNMB10My@cs.cmu.edu> Date: 28 Jul 89 14:37:59 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 10 >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