INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Generic message 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_MESSAGE_INFORMATION
inherit

WEL_WORD_OPERATIONS
export
{NONE}
all
end
creation

make
feature -- Initialization

make (a_window: WEL_WINDOW; a_message, a_w_param, a_l_param: INTEGER)
-- Set `window', `message', `w_param', `l_param' with
-- `a_window', `a_message', `a_w_param', `a_l_param'
ensure
window_set: window = a_window
message_set: message = a_message
w_param_set: w_param = a_w_param
l_param_set: l_param = a_l_param
feature -- Access

window: WEL_WINDOW

message: INTEGER

w_param: INTEGER

l_param: INTEGER
end -- class WEL_MESSAGE_INFORMATION

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES