INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Edit control notification (EN) 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_EN_CONSTANTS
inherit

WAPI_EDIT_CONTROL_NOTIFICATION_CODES
rename
en_setfocus as b32en_setfocus,
en_killfocus as b32en_killfocus,
en_change as b32en_change,
en_update as b32en_update,
en_errspace as b32en_errspace,
en_maxtext as b32en_maxtext,
en_hscroll as b32en_hscroll,
en_vscroll as b32en_vscroll
end
feature -- Access

En_setfocus: INTEGER

En_killfocus: INTEGER

En_change: INTEGER

En_update: INTEGER

En_errspace: INTEGER

En_maxtext: INTEGER

En_hscroll: INTEGER

En_vscroll: INTEGER
end -- class WEL_EN_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES