INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Information about message Wm_menuselect which is sent to ", "a menu%'s owner window when the user highlights a menu item. ", "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_MENU_SELECT_MESSAGE
inherit

WEL_MESSAGE_INFORMATION
end

WEL_MF_CONSTANTS
export
{NONE}
all
end

WEL_BIT_OPERATIONS
export
{NONE}
all
end

WAPI_ATOMS
end
creation

make
feature -- Access

item: INTEGER
-- Menu item

flags: INTEGER
-- Menu flags

menu: WEL_MENU
-- Menu clicked
require
menu_exists: menu_exists

h_menu: POINTER
-- Handle of menu clicked
feature -- Status report

menu_exists: BOOLEAN
-- Does the menu exist?

is_bitmap: BOOLEAN
-- Is the item a bitmap?

checked: BOOLEAN
-- Is the item checked?

disabled: BOOLEAN
-- Is the item disabled?

grayed: BOOLEAN
-- Is the item grayed?

highlighted: BOOLEAN
-- Is the item highlighted?

mouse_selected: BOOLEAN
-- Is the item selected with the mouse?

owner_drawn: BOOLEAN
-- Is the item owner-drawn?

is_popup: BOOLEAN
-- Is the item a popup menu?

is_system_menu: BOOLEAN
-- Is the item contained in the system menu?
end -- class WEL_MENU_SELECT_MESSAGE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES