# File lib/rabbit/info-window.rb, line 40 def hide return unless showing? detach_menu(@window) detach_key(@window) each do |canvas| canvas.detach end @window.signal_handler_disconnect(@window_destroy_id) @window.destroy @window = @window_destroy_id = nil @canvas_widgets = @outer_box = nil @timer_started = false @previous_canvas = @current_canvas = @next_canvas = nil end
# File lib/rabbit/info-window.rb, line 71 def index_mode_off return unless showing? toggle_index_mode end
# File lib/rabbit/info-window.rb, line 66 def index_mode_on return unless showing? toggle_index_mode end
# File lib/rabbit/info-window.rb, line 59 def moved(index) return unless showing? check_timer update_note_text if on_note_mode? adjust_slide(index) end
Generated with the Darkfish Rdoc Generator 2.