INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Contains information about a notification ", "message (Wm_notify). ", "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_NMHDR
inherit

WEL_STRUCTURE
end

WEL_WINDOW_MANAGER
export
{NONE}
all
end
creation

make,
make_by_pointer
feature -- Access

window_from: WEL_WINDOW
-- Control sending message

id_from: INTEGER
-- Identifier of control sending message

code: INTEGER
-- Notification code
feature -- Measurement

structure_size: INTEGER
-- Size to allocate (in bytes)
end -- class WEL_NMHDR

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES