Xref: utzoo comp.windows.x.motif:2686 comp.windows.x:35744 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!cs.uoregon.edu!ns.uoregon.edu!milton!gibdo!slh From: slh@gibdo.engr.washington.edu Newsgroups: comp.windows.x.motif,comp.windows.x Subject: Re: Controlling Widgets on different Displays Message-ID: <1991Apr25.210910.12343@gibdo.engr.washington.edu> Date: 25 Apr 91 21:12:12 GMT References: <1270@dcl-vitus.comp.lancs.ac.uk> Sender: news@milton.u.washington.edu (News) Reply-To: slh@gibdo.engr.washington.edu (PUT YOUR NAME HERE) Organization: zippity Lines: 12 In article <1270@dcl-vitus.comp.lancs.ac.uk> julian@dcl-cs.UUCP (Julian G. Self) writes: | |Hi, | |I am trying to write some code that gives me two topLevelShellWidget's but |with each one being on a different display. | |Is this possible without going to the Xlib level? | Use XtOpenDisplay() for each display and then use XtAppCreateShell() for each top level specifying whatever display you want for that widget.