Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!isi.com!tsang From: tsang@isi.com (Kam C. Tsang) Newsgroups: comp.windows.x.motif Subject: toplevel shells Message-ID: <9007260058.AA06148@canopus> Date: 26 Jul 90 00:58:27 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 27 I have multiple toplevel shells within a single application created using XtCreateApplicationShell. My problem is in indentifying the resources of these toplevel windows in the .Xdefaults file. This means that I can't change the geometry of the toplevel shells using the .Xdefaults file. The shells were created using something like shellA = XtCreateApplicationShell("ShellA", topLevelShellWidgetClass, NULL, 0); shellB = XtCreateApplicationShell("ShellB", topLevelShellWidgetClass, NULL, 0); and the intention was to be able to specify in the .Xdefaults file something like: program*ShellA*geometry:300x521+1+1 program*ShellB*geometry:617x521+113+90 program*ShellA*title: window A program*ShellB*title: window B Any help in solving this one will be appreciated. -------------------------------------------------------------- Kam Tsang User Interface Group Tel: (408) 980-1500 x275 Integrated Systems, Inc. Internet: tsang@isi.com 2500 Mission College Blvd. Voice mail: (408) 980-1590 x275 Santa Clara, CA 94054