Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ico!auto-trol!marbru From: marbru@auto-trol.UUCP (Martin Brunecky) Newsgroups: comp.windows.x Subject: Finding existing Xtoolkit converters Keywords: Xt, converters Message-ID: <289@auto-trol.UUCP> Date: 16 Sep 89 23:16:53 GMT Organization: Auto-trol Technology, Denver, CO Lines: 25 I have written sevral Xtoolkit resource converters. Now I want to write one that uses (calls) an existing, standard Xtoolkit converter (such as XtRString to XtRCursor). However, ALL the converters are declared static (in addition, in DECwindows world, they are completely hidden in shareable image). The Intrinsic file Resource.c contains the code that looks-up the converter from the application code, but I can't use this approach either, since IntrinsicI.h is not supplied with DEXCwindows. Is there any reasonable way to get the converter pointer from the toolkit which I have overlooked ? Note, XtConverts needs a widget (to scan resource database), and in my converter I don't have one - and I don't want to pass one, since this would trash any caching if I understand it right. ############################################################################### Martin Brunecky, Auto-trol Technology Corporation, 12500 North Washington Street, Denver, CO-80241-2404 (303) 252-2499 ncar!ico!auto-trol!marbru -- ############################################################################### Martin Brunecky, Auto-trol Technology Corporation, 12500 North Washington Street, Denver, CO-80241-2404 (303) 252-2499 ncar!ico!auto-trol!marbru