Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Help! XToolkit Question/Problem Message-ID: <8906121429.AA15584@LYRE.MIT.EDU> Date: 12 Jun 89 14:29:36 GMT References: <888@ks.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 23 Date: 11 Jun 89 02:51:17 GMT From: ibmarc!spanki.almaden.ibm.com!spanki@uunet.uu.net titleBar = XtCreateShell("progname", "progclass", commandWidgetCLass, display, arg, XtNumber(arg) ); This is where it is dying. Everything compiles fine, but I get an XtToolkit Error: Can't find per display information. There is no such procedure in our version of Xt. The procedures XtCreateApplicationShell and XtAppCreateShell both require the widget class to be a subclass of Shell. Is it possible to NOT have the toolkit do any of the startup stuff like opening the display, parsing caommand line etc... Yes; read section 2.1 of the R3 specification. I've already done all that, I just want to use a few of the widgets You will still have to register your display with Xt and create a shell widget before you will get much additional help from the Toolkit.