Path: utzoo!attcan!uunet!cs.utexas.edu!usc!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: XtNinput resource for Shell widgets Message-ID: <8906302048.AA03590@LYRE.MIT.EDU> Date: 30 Jun 89 20:48:48 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 16 **** NOTE to non-readers of the documentation **** If your application expects user input, then you had better set an appropriate value for the XtNinput resource per the ICCCM. For most applications, the appropriate value is True. There are more and more window managers coming on-line that will refuse to pass keyboard or mouse input to your application if you don't explicitly say you want it. This is documented (almost) in the Xt Intrinsics spec, in the ICCCM, and in the short "Converting Widgets from R2 to R3" paper. Note that the Xt spec has _always_ said that the default value was False (although it really wasn't in R2).