Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!uwvax!cat24!mohamedh From: mohamedh@cat24.CS.WISC.EDU (Mohamed Mohamedhashim) Newsgroups: comp.windows.x Subject: .Xdefaults Message-ID: <6397@spool.cs.wisc.edu> Date: 6 Oct 88 03:38:04 GMT Sender: news@spool.cs.wisc.edu Reply-To: mohamedh@cat24.CS.WISC.EDU (Mohamed Mohamedhashim) Organization: U of Wisconsin CS Dept Lines: 29 I am trying to set the resources of a command widget from within the .Xdefaults file. The name of the application is "xg", the widget instance is called "hit", and this is what I have. xg*hit.width :300 xg*hit.height :200 xg*hit.x :950 xg*hit.y :650 This doesn't work - I'd still need to use the mouse to specify location and size of the window. BUT, if I change it to: xg*hit.width :300 xg*hit.height :200 xg*.x :950 xg*.y :650 it works!! i.e. no user interaction necessary. What is the correct string (instance/class name perhaps) that should be inserted between "xg" and "x"? Thanks in advance for any advice/comments! Isa