- indexing
- title: "Print dialog (PD) 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_PD_CONSTANTS
- inherit
-
WAPI_DLG_BOX_INIT_FLAGS_PRINT
-
- rename
-
pd_allpages
as b32pd_allpages,
-
pd_selection
as b32pd_selection,
-
pd_pagenums
as b32pd_pagenums,
-
pd_noselection
as b32pd_noselection,
-
pd_nopagenums
as b32pd_nopagenums,
-
pd_collate
as b32pd_collate,
-
pd_printtofile
as b32pd_printtofile,
-
pd_printsetup
as b32pd_printsetup,
-
pd_nowarning
as b32pd_nowarning,
-
pd_returndc
as b32pd_returndc,
-
pd_returnic
as b32pd_returnic,
-
pd_returndefault
as b32pd_returndefault,
-
pd_showhelp
as b32pd_showhelp,
-
pd_enableprinthook
as b32pd_enableprinthook,
-
pd_enablesetuphook
as b32pd_enablesetuphook,
-
pd_enableprinttemplate
as b32pd_enableprinttemplate,
-
pd_enablesetuptemplate
as b32pd_enablesetuptemplate,
-
pd_enableprinttemplatehandle
as b32pd_enableprinttemplatehandle,
-
pd_enablesetuptemplatehandle
as b32pd_enablesetuptemplatehandle,
-
pd_usedevmodecopies
as b32pd_usedevmodecopies,
-
pd_disableprinttofile
as b32pd_disableprinttofile,
-
pd_hideprinttofile
as b32pd_hideprinttofile
- end
- feature -- Access
-
Pd_allpages: INTEGER
-
Pd_selection: INTEGER
-
Pd_pagenums: INTEGER
-
Pd_noselection: INTEGER
-
Pd_nopagenums: INTEGER
-
Pd_collate: INTEGER
-
Pd_printtofile: INTEGER
-
Pd_printsetup: INTEGER
-
Pd_nowarning: INTEGER
-
Pd_returndc: INTEGER
-
Pd_returnic: INTEGER
-
Pd_returndefault: INTEGER
-
Pd_showhelp: INTEGER
-
Pd_enableprinthook: INTEGER
-
Pd_enablesetuphook: INTEGER
-
Pd_enableprinttemplate: INTEGER
-
Pd_enablesetuptemplate: INTEGER
-
Pd_enableprinttemplatehandle: INTEGER
-
Pd_enablesetuptemplatehandle: INTEGER
-
Pd_usedevmodecopies: INTEGER
-
Pd_disableprinttofile: INTEGER
-
Pd_hideprinttofile: INTEGER
end -- class WEL_PD_CONSTANTS