CLIM mail archive
[Prev][Next][Index][Thread]
How to detect killed windows?
-
To: ncramer@BBN.COM
-
Subject: How to detect killed windows?
-
From: Scott McKay <swm@harlequin.com>
-
Date: Tue, 10 May 94 11:29:08 EDT
-
Cc: clim@BBN.COM
-
In-Reply-To: Nichael Cramer's message of Mon, 9 May 94 19:48:53 EDT <18197.199405100010@hilly.harlequin.com>
Date: Mon, 9 May 94 19:48:53 EDT
From: Nichael Cramer <ncramer@BBN.COM>
1] Is there any way I can directly query a frame to see if it has been
killed? This is especially relevant if it has been killed in a non
CLIM-like way; for example by the window manager.
The frame will be in the state :DISABLED, and it will also have no
frame manager.
2] On the other hand is a method that is guaranteed to be called when the
frame is killed, however it happens; e.g. something like NOTE-FRAME-KILLED?
You can put an :AFTER method on DESTROY-FRAME. There should probably
be a NOTE-FRAME-DESTROYED, but there isn't.
Main Index |
Thread Index