INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Picture that consists of a bitmapped image. ", "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_ICON
inherit

WEL_RESOURCE
end
creation

make_by_file,
make_by_id,
make_by_name,
make_by_pointer,
make_by_predefined_id
feature {NONE}-- Initialization

make_by_file (file_name: FILE_NAME)
-- Load an icon file named `file_name'.
-- Only Windows 95.
require
file_name_not_void: file_name /= void
end -- class WEL_ICON

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES