class
	WEL_PRINT_DIALOG

General
	cluster: wel.stddlgs
	description: "Standard dialog box to specify the properties of a particular print job."
	create: make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_PD_CONSTANTS
	WEL_STANDARD_DIALOG

Queries
	all_pages_selected: BOOLEAN
	collate_checked: BOOLEAN
	copies: INTEGER
	dc: WEL_PRINTER_DC
	exists: BOOLEAN
	flags: INTEGER
	from_page: INTEGER
	has_flag (a_flags: INTEGER): BOOLEAN
	item: POINTER
	maximum_page: INTEGER
	minimum_page: INTEGER
	page_numbers_enabled: BOOLEAN
	page_numbers_selected: BOOLEAN
	print_setup_enabled: BOOLEAN
	print_to_file_checked: BOOLEAN
	print_to_file_enabled: BOOLEAN
	print_to_file_shown: BOOLEAN
	selected: BOOLEAN
	selection_enabled: BOOLEAN
	selection_selected: BOOLEAN
	shared: BOOLEAN
	Structure_size: INTEGER
	to_integer: INTEGER
	to_page: INTEGER
	warning_enabled: BOOLEAN

Commands
	activate (a_parent: WEL_COMPOSITE_WINDOW)
	add_flag (a_flags: INTEGER)
	check_collate
	check_print_to_file
	disable_page_numbers
	disable_print_setup
	disable_print_to_file
	disable_selection
	disable_warning
	dispose
	enable_page_numbers
	enable_print_setup
	enable_print_to_file
	enable_selection
	enable_warning
	hide_print_to_file
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	remove_flag (a_flags: INTEGER)
	select_all_pages
	select_page_numbers
	select_selection
	set_copies (number: INTEGER)
	set_flags (a_flags: INTEGER)
	set_from_page (page: INTEGER)
	set_item (an_item: POINTER)
	set_maximum_page (page: INTEGER)
	set_minimum_page (page: INTEGER)
	set_shared
	set_to_page (page: INTEGER)
	set_unshared
	show_print_to_file
	structure_initialize
	uncheck_collate
	uncheck_print_to_file