INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "OpenFile common dialog (OFN) 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_OFN_CONSTANTS
inherit

WAPI_DIALOG_BOX_CREATION_FLAGS
rename
ofn_readonly as b32ofn_readonly,
ofn_overwriteprompt as b32ofn_overwriteprompt,
ofn_hidereadonly as b32ofn_hidereadonly,
ofn_nochangedir as b32ofn_nochangedir,
ofn_showhelp as b32ofn_showhelp,
ofn_enablehook as b32ofn_enablehook,
ofn_enabletemplate as b32ofn_enabletemplate,
ofn_enabletemplatehandle as b32ofn_enabletemplatehandle,
ofn_novalidate as b32ofn_novalidate,
ofn_allowmultiselect as b32ofn_allowmultiselect,
ofn_extensiondifferent as b32ofn_extensiondifferent,
ofn_pathmustexist as b32ofn_pathmustexist,
ofn_filemustexist as b32ofn_filemustexist,
ofn_createprompt as b32ofn_createprompt,
ofn_shareaware as b32ofn_shareaware,
ofn_noreadonlyreturn as b32ofn_noreadonlyreturn,
ofn_notestfilecreate as b32ofn_notestfilecreate,
ofn_nonetworkbutton as b32ofn_nonetworkbutton,
ofn_nolongnames as b32ofn_nolongnames
end
feature -- Access

Ofn_readonly: INTEGER

Ofn_overwriteprompt: INTEGER

Ofn_hidereadonly: INTEGER

Ofn_nochangedir: INTEGER

Ofn_showhelp: INTEGER

Ofn_enablehook: INTEGER

Ofn_enabletemplate: INTEGER

Ofn_enabletemplatehandle: INTEGER

Ofn_novalidate: INTEGER

Ofn_allowmultiselect: INTEGER

Ofn_extensiondifferent: INTEGER

Ofn_pathmustexist: INTEGER

Ofn_filemustexist: INTEGER

Ofn_createprompt: INTEGER

Ofn_shareaware: INTEGER

Ofn_noreadonlyreturn: INTEGER

Ofn_notestfilecreate: INTEGER

Ofn_nonetworkbutton: INTEGER

Ofn_nolongnames: INTEGER

Ofn_sharefallthrough: INTEGER

Ofn_sharenowarn: INTEGER

Ofn_sharewarn: INTEGER
end -- class WEL_OFN_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES