INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Ancestor of all standard dialog boxes. ", "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
deferred class WEL_STANDARD_DIALOG
inherit

WEL_STRUCTURE
end
feature -- Basic operations

activate (a_parent: WEL_COMPOSITE_WINDOW)
-- Activate the dialog box (modal mode) with
-- `a_parent' as owner.
require
a_parent_not_void: a_parent /= void
a_parent_exists: a_parent.exists
feature -- Status report

selected: BOOLEAN
end -- class WEL_STANDARD_DIALOG

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES