Site Tools


on_window_kill
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


on_window_kill [2006/08/29 16:08] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +# $EPIC: on_window_kill.txt,v 1.2 2006/08/19 02:36:28 sthalik Exp $
 +======Synopsis:======
 +[[on]] [<modes>]window_kill [<serial#>] [-|^]<match> { <action> }
 +
 +======Description:======
 +This hook is triggered after a window has been killed.  By the time that
 +this is triggered, the window has been irrevocably destroyed, and cannot
 +be used.  You can use this hook to clean up after your own data that may
 +be keyed on the window's refnum.
 +
 +If it's necessary to know that a window is being killed before it is 
 +destroyed, use [[ON]] [[on WINDOW_BEFOREKILL|WINDOW_BEFOREKILL]].
 +
 +======Parameters:======
 +|$0 |reference number of killed window|
 +|$1 |name of killed window|
 +
 +======History:======
 +[[ON]] [[on WINDOW_KILL|WINDOW_KILL]] already existed in ircII2.1.5g.
 +The current semantics (with two params) first appeared in EPIC4-1.1.11.
  
on_window_kill.txt · Last modified: 2006/08/29 16:08 by 127.0.0.1