INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Menu Flags (MF) constants. ", "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_MF_CONSTANTS
inherit

WAPI_MENU_FLAGS
rename
mf_insert as b32mf_insert,
mf_change as b32mf_change,
mf_append as b32mf_append,
mf_delete as b32mf_delete,
mf_remove as b32mf_remove,
mf_bycommand as b32mf_bycommand,
mf_byposition as b32mf_byposition,
mf_separator as b32mf_separator,
mf_enabled as b32mf_enabled,
mf_grayed as b32mf_grayed,
mf_disabled as b32mf_disabled,
mf_unchecked as b32mf_unchecked,
mf_checked as b32mf_checked,
mf_usecheckbitmaps as b32mf_usecheckbitmaps,
mf_string as b32mf_string,
mf_bitmap as b32mf_bitmap,
mf_ownerdraw as b32mf_ownerdraw,
mf_popup as b32mf_popup,
mf_menubarbreak as b32mf_menubarbreak,
mf_menubreak as b32mf_menubreak,
mf_unhilite as b32mf_unhilite,
mf_hilite as b32mf_hilite,
mf_sysmenu as b32mf_sysmenu,
mf_help as b32mf_help,
mf_mouseselect as b32mf_mouseselect,
mf_end as b32mf_end
end
feature -- Access

Mf_insert: INTEGER

Mf_change: INTEGER

Mf_append: INTEGER

Mf_delete: INTEGER

Mf_remove: INTEGER

Mf_bycommand: INTEGER

Mf_byposition: INTEGER

Mf_separator: INTEGER

Mf_enabled: INTEGER

Mf_grayed: INTEGER

Mf_disabled: INTEGER

Mf_unchecked: INTEGER

Mf_checked: INTEGER

Mf_usecheckbitmaps: INTEGER

Mf_string: INTEGER

Mf_bitmap: INTEGER

Mf_ownerdraw: INTEGER

Mf_popup: INTEGER

Mf_menubarbreak: INTEGER

Mf_menubreak: INTEGER

Mf_unhilite: INTEGER

Mf_hilite: INTEGER

Mf_sysmenu: INTEGER

Mf_help: INTEGER

Mf_mouseselect: INTEGER

Mf_end: INTEGER
end -- class WEL_MF_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES