INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Information about message Wm_notify which informs the parent", "window of a control that an event has occured in the control", "or that the control requires some kind of information. ", "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_NOTIFY_MESSAGE
inherit

WEL_MESSAGE_INFORMATION
end
creation

make
feature -- Access

id: INTEGER
-- Identifier of the control sending the message

nmhdr: WEL_NMHDR
-- Information about the notification
ensure
result_not_void: Result /= void
end -- class WEL_NOTIFY_MESSAGE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES