# File lib/rabbit/renderer/display/hook-handler.rb, line 14 def add_motion_notify_hook(hook=Proc.new) @motion_notify_hook_procs << hook end
# File lib/rabbit/renderer/display/hook-handler.rb, line 22 def add_scroll_hook(hook=Proc.new) @scroll_hook_procs << hook end
# File lib/rabbit/renderer/display/hook-handler.rb, line 10 def call_hook_procs(procs, *args) procs.any? {|proc| proc.call(*args)} end
# File lib/rabbit/renderer/display/hook-handler.rb, line 46 def clear_hooks init_hook_handler end
Generated with the Darkfish Rdoc Generator 2.