[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



	Sometimes it is convenient to do some cleaup when a window is killed,
eg close a chaos connection.  A reasonable way of doing this is to redefine
the :KILL method for the window.

	However if the window is created with the mouse it has a frame and if
the window is killed with the mouse the :KILL message is sent to the frame and
the window never sees it.

	One could redefine the :KILL method for a subclass of frames but this
hardly seems like the right solution and would also mean that on creation (eg
with the mouse) one would have to specify both the window and frame classes.

		Jerry