INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Information about message Wm_command which is sent when ", "the user selects a command item from a menu, when a control ", "sends a notification message to its parent window, or when ", "an accelerator keystroke is translated. ", "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_COMMAND_MESSAGE
inherit

WEL_MESSAGE_INFORMATION
end

WEL_WINDOW_MANAGER
export
{NONE}
all
end

WAPI_ATOMS
end
creation

make
feature -- Access

id: INTEGER
-- Identifier of the menu item, control, or accelerator.

control: WEL_CONTROL
-- Control sending the message if the message is from a
-- control.
require
from_control: from_control

notify_code: INTEGER
-- Notification message

h_window: POINTER
-- Handle of control
feature -- Status report

from_control: BOOLEAN
-- Does the message come from a control?

from_menu: BOOLEAN
-- Does the message come from a menu?

from_accelerator: BOOLEAN
-- Does the message come from an accelerator?
end -- class WEL_COMMAND_MESSAGE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES