class WEL_PRINT_DIALOG General cluster: wel 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_32 dc: WEL_PRINTER_DC exists: BOOLEAN flags: INTEGER_32 from_page: INTEGER_32 has_flag (a_flags: INTEGER_32): BOOLEAN is_equal (other: [like Current] WEL_PRINT_DIALOG): BOOLEAN item: POINTER maximum_page: INTEGER_32 minimum_page: INTEGER_32 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_32 to_page: INTEGER_32 warning_enabled: BOOLEAN Commands activate (a_parent: WEL_COMPOSITE_WINDOW) add_flag (a_flags: INTEGER_32) check_collate check_print_to_file copy (other: [like Current] WEL_PRINT_DIALOG) 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_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) remove_flag (a_flags: INTEGER_32) select_all_pages select_page_numbers select_selection set_copies (number: INTEGER_32) set_flags (a_flags: INTEGER_32) set_from_page (page: INTEGER_32) set_item (an_item: POINTER) set_maximum_page (page: INTEGER_32) set_minimum_page (page: INTEGER_32) set_shared set_to_page (page: INTEGER_32) set_unshared show_print_to_file structure_initialize uncheck_collate uncheck_print_to_file