Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!kit From: kit@EXPO.LCS.MIT.EDU (Chris D. Peterson) Newsgroups: comp.windows.x Subject: Re: Where is (X.V11R4) XawAsciiSinkCreate()? Message-ID: <9002021613.AA21071@expo.lcs.mit.edu> Date: 2 Feb 90 16:13:35 GMT References: <4939@emory.mathcs.emory.edu> Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 25 > But I can't find where the function XawAsciiSinkCreate exists (no sign > of it in any mit/lib/Xaw/*.c file). You are right. The function got lost in the rush, sigh... In R4 you can just use XtCreateWidget to create a new text source or sink. To create an AsciiSink: { char * name; Arg args[10]; Cardinal num_args; Widget text_parent; XtCreateWidget(name, asciiSinkObjectClass, text_parent, args, num_args); } Chris D. Peterson MIT X Consortium Net: kit@expo.lcs.mit.edu Phone: (617) 253 - 9608 Address: MIT - Room NE43-213