Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: Focus problem with dxwm ... help? Message-ID: <9007091407.AA14766@expo.lcs.mit.edu> Date: 9 Jul 90 14:07:32 GMT References: <15532@cit-vax.Caltech.Edu> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 17 > What is the 'trick' which will allow an applications dialogs and > top level shell widgets to become 'selectable' by dxwm (and prehaps any > click-to-select window manager). > ... when I click on the window or attempt to type into > a dialog within it, keyboard input remains focused on the last dxterm > clicked on. The shell resource XtNinput indicates to the window manager whether an application expects keyboard input. If XtNinput is TRUE, the window manager gives keyboard input focus to the application under some condition, in this case clicking in the application window. If it is FALSE, the window manager may never give keyboard focus to the application. Donna Converse