INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Modal dialog box that does not allow the user to switch ", "between the dialog box and other programs. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_MODAL_DIALOG
inherit

WEL_DIALOG
end
creation

make_by_id,
make_by_name
feature -- Basic operations

terminate (a_result: INTEGER)
-- Terminate the dialog with `a_result'.
-- `result_id' will contain `a_result'.
end -- class WEL_MODAL_DIALOG

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES