INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Owner Draw State (ODS) 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_ODS_CONSTANTS
inherit

WAPI_OWNER_DRAW_STATES
rename
ods_selected as b32ods_selected,
ods_grayed as b32ods_grayed,
ods_disabled as b32ods_disabled,
ods_checked as b32ods_checked,
ods_focus as b32ods_focus,
ods_default as b32ods_default,
ods_comboboxedit as b32ods_comboboxedit
end
feature -- Access

Ods_selected: INTEGER

Ods_grayed: INTEGER

Ods_disabled: INTEGER

Ods_checked: INTEGER

Ods_focus: INTEGER

Ods_default: INTEGER

Ods_comboboxedit: INTEGER
end -- class WEL_ODS_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES