INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Speedbar"
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
inherit

WINDOW
rename
make as w_make
redefine
on_changed,
on_clicked,
on_create,
on_destroy,
on_lbutton_double,
on_lbutton_down,
on_lbutton_up,
on_mouse_move,
on_paint,
on_rbutton_double,
on_rbutton_down,
on_rbutton_up,
on_timer,
update_image
end
creation

make,
make_with_responder
feature

make

make_with_responder (rsp: SPEEDBAR_RESPONDER; show__hint: BOOLEAN)

set_responder (rsp: SPEEDBAR_RESPONDER)

add_button (pb: SPEEDBAR_BUTTON)

remove_button (pb: SPEEDBAR_BUTTON)

disable_commands (c: ARRAY [INTEGER])

enable_commands (c: ARRAY [INTEGER])

hide_commands (c: ARRAY [INTEGER])

show_commands (c: ARRAY [INTEGER])

remove_commands (c: ARRAY [INTEGER])

press_commands (c: ARRAY [INTEGER])

release_commands (c: ARRAY [INTEGER])

find_button_with_command (cmd: INTEGER): SPEEDBAR_BUTTON

start_modification

stop_modification
feature

on_lbutton_down (x, y: INTEGER): INTEGER

on_lbutton_up (x, y: INTEGER): INTEGER

on_mouse_move (x, y: INTEGER): INTEGER

on_lbutton_double (x, y: INTEGER): INTEGER

on_rbutton_down (x, y: INTEGER): INTEGER

on_rbutton_up (x, y: INTEGER): INTEGER

on_rbutton_double (x, y: INTEGER): INTEGER

on_changed (t: TILE): INTEGER

on_clicked (t: TILE): INTEGER

on_create: INTEGER

on_destroy: INTEGER

on_paint: INTEGER

on_timer: INTEGER

update_image
end -- class SPEEDBAR

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES