INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Class Style (CS) 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_CS_CONSTANTS
inherit

WAPI_CLASS_STYLES
rename
cs_vredraw as b32cs_vredraw,
cs_hredraw as b32cs_hredraw,
cs_keycvtwindow as b32cs_keycvtwindow,
cs_dblclks as b32cs_dblclks,
cs_owndc as b32cs_owndc,
cs_classdc as b32cs_classdc,
cs_parentdc as b32cs_parentdc,
cs_nokeycvt as b32cs_nokeycvt,
cs_noclose as b32cs_noclose,
cs_savebits as b32cs_savebits,
cs_bytealignclient as b32cs_bytealignclient,
cs_bytealignwindow as b32cs_bytealignwindow,
cs_globalclass as b32cs_globalclass
end
feature -- Access

Cs_vredraw: INTEGER

Cs_hredraw: INTEGER

Cs_owndc: INTEGER

Cs_classdc: INTEGER

Cs_parentdc: INTEGER

Cs_savebits: INTEGER

Cs_dblclks: INTEGER

Cs_bytealignclient: INTEGER

Cs_bytealignwindow: INTEGER

Cs_noclose: INTEGER

Cs_keycvtwindow: INTEGER

Cs_nokeycvt: INTEGER

Cs_globalclass: INTEGER
end -- class WEL_CS_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES