Hooks » History » Version 3
    « Previous - 
    Version 3/47
    (diff) - 
    Next » - 
    Current version
    
    murth murth, 08/07/2009 06:26 AM 
    made subtlext a link to its page
    
    « Previous - 
    Version 3/47
    (diff) - 
    Next » - 
    Current version
    
    murth murth, 08/07/2009 06:26 AM 
    made subtlext a link to its page
    
"HookCreate" => { |c| puts c.name }\015\012\015\012h2. Jump\015\012\015\012Triggers on view jumps and has the active view as parameter:\015\012"HookJump" => { |v| puts v.name }\015\012\015\012h3. Focus\015\012\015\012Triggers when a client gets focus and has the focussed client as parameter:\015\012"HookFocus" => { |c| puts c.name }\015\012¶