INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "callback responder"
project: "Visual Eiffel"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: grape
class SPEEDBAR_RESPONDER
creation

make
feature

speedbar: SPEEDBAR

make

on_clicked (b: BUTTON)

on_changed (t: TILE)

on_lbutton_down (x, y: INTEGER)

on_lbutton_up (x, y: INTEGER)

on_lbutton_double (x, y: INTEGER)

on_rbutton_down (x, y: INTEGER)

on_rbutton_up (x, y: INTEGER)

on_rbutton_double (x, y: INTEGER)

on_mouse_move (x, y: INTEGER)

on_hint_string_request (t: TILE): STRING
end -- class SPEEDBAR_RESPONDER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES