CLIM mail archive
[Prev][Next][Index][Thread]
Re: frames on multiple screens
-
To: chyde@BBN.COM
-
Subject: Re: frames on multiple screens
-
From: Chris Richardson <cer@franz.com>
-
Date: Thu, 11 Nov 93 14:35:00 -0800
-
Cc: clim@BBN.COM
-
In-Reply-To: Your message of Thu, 11 Nov 93 17:20:23 EST. <9311112224.AA26366@hyper.Franz.COM>
Try
(make-application-frame
'my-frame
:frame-manager (find-frame-manager :server-path '(:motif :display "host1:0")))
Also,
(find-frame-manager :port a-port)
(find-port :server-path '(:motif :display "host1:0"))
Hope this helps.
-chris
Main Index |
Thread Index