Path: utzoo!attcan!uunet!husc6!think!ames!umd5!vrdxhq!daitc!csed-1!adams From: adams@csed-1.IDA.ORG (Rodney Adams) Newsgroups: comp.windows.x Subject: Question about running Xt on Multiple Screens Message-ID: <416@csed-1.IDA.ORG> Date: 22 Jul 88 18:45:02 GMT Organization: IDA, Alexandria, VA Lines: 17 I am running X11R2 on the Sun3 and Sun4 (with color monitors). Can some kind soul out there tell me how I can run an Xt application on more than one screen at a time? I believe that the trick is to use XtCreateApplicationShell in order to create a toplevel widget C which will be specific to a desired screen -- but how is the the appropriate information communicated to the toplevel widget? Shell widgets do not take a "screen" parameter... I just started hacking X so forgive me for being so green about these things... C C w