INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "This class creates a message information object ", "corresponding to a given message. ", "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_MESSAGE_INFORMATION_CREATOR
inherit

WEL_WM_CONSTANTS
export
{NONE}
all
end
creation

make
feature -- Initialization

make (window: WEL_WINDOW; message, wparam, lparam: INTEGER)
-- Make `message_information' corresponding to
-- `message' by using `wparam' and `lparam'.
require
window_not_void: window /= void
positive_message: message >= 0
feature -- Access

message_information: WEL_MESSAGE_INFORMATION
end -- class WEL_MESSAGE_INFORMATION_CREATOR

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES