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 DIALOG_RESPONDER
creation

make
feature

dialog: DIALOG

make

on_paint

on_size (w, h: INTEGER)

on_move (x, y: INTEGER)

on_activate

on_deactivate

can_destroy: INTEGER

on_destroy

on_lbutton_down (x, y: INTEGER)

on_lbutton_up (x, y: INTEGER)

on_rbutton_down (x, y: INTEGER)

on_rbutton_up (x, y: INTEGER)

on_lbutton_double (x, y: INTEGER)

on_rbutton_double (x, y: INTEGER)

on_mouse_move (x, y: INTEGER)

on_hscroll (scrollbar: SCROLLER)

on_vscroll (scrollbar: SCROLLER)

on_key_down (key: INTEGER)

on_character (ch: CHARACTER)

on_key_up (key: INTEGER)

on_timer

on_create

on_minmax (min, max: SIZE): INTEGER

on_command (command: INTEGER)

on_sys_command (command: INTEGER)

on_menu_selection (command_code: INTEGER)

on_menu_init

on_changed (control: TILE)

on_clicked (control: TILE)

on_double_clicked (control: TILE)

on_hslide (slider: SCROLLER)

on_vslide (slider: SCROLLER)

on_validation_error (t: TILE)

on_child_load (t: TILE): TILE

set_data

get_data (code: INTEGER)
end -- class DIALOG_RESPONDER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES