INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Choose color (CC) dialog 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_CHOOSE_COLOR_CONSTANTS
inherit

WAPI_DLG_BOX_INIT_FLAGS_COLOR
rename
cc_rgbinit as b32cc_rgbinit,
cc_fullopen as b32cc_fullopen,
cc_preventfullopen as b32cc_preventfullopen,
cc_showhelp as b32cc_showhelp,
cc_enablehook as b32cc_enablehook,
cc_enabletemplate as b32cc_enabletemplate,
cc_enabletemplatehandle as b32cc_enabletemplatehandle
end
feature -- Access

Cc_rgbinit: INTEGER

Cc_fullopen: INTEGER

Cc_preventfullopen: INTEGER

Cc_showhelp: INTEGER

Cc_enablehook: INTEGER

Cc_enabletemplate: INTEGER

Cc_enabletemplatehandle: INTEGER
end -- class WEL_CHOOSE_COLOR_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES