INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Special icon used for creating a WEL_WND_CLASS ", "structure when an application must explicitly draw an icon ", "whenever the user minimizes the window. ", "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_NULL_ICON
inherit

WEL_ICON
redefine
destroy_item,
exists
end
feature -- Status report

exists: BOOLEAN
invariant

exists: exists
no_item: item = default_pointer
end -- class WEL_NULL_ICON

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES