deferred class
	EV_FILE_DIALOG_IMP

General
	cluster: implementation_mswin
	description: "Eiffel Vision file dialog. Mswindows implementation."

Ancestors
	EV_FILE_DIALOG_I*
	EV_STANDARD_DIALOG_IMP*

Action sequences
	cancel_actions: EV_NOTIFY_ACTION_SEQUENCE
	create_cancel_actions: EV_NOTIFY_ACTION_SEQUENCE
	create_ok_actions: EV_NOTIFY_ACTION_SEQUENCE
	ok_actions: EV_NOTIFY_ACTION_SEQUENCE

Queries
	blocking_window: EV_WINDOW
	file_name: STRING_32
	file_path: STRING_32
	file_title: STRING_32
	filter: STRING_32
	filter_index: INTEGER_32
	filters: ARRAYED_LIST [TUPLE [STRING_GENERAL, STRING_GENERAL]]
	height: INTEGER_32
	minimum_height: INTEGER_32
	minimum_width: INTEGER_32
	screen_x: INTEGER_32
	screen_y: INTEGER_32
	selected: BOOLEAN
	selected_button: STRING_32
	selected_filter_index: INTEGER_32
	start_directory: STRING_32
	title: STRING_32
	wel_file_name: STRING_32
	width: INTEGER_32
	x_position: INTEGER_32
	y_position: INTEGER_32

Commands
	activate (a_parent: WEL_COMPOSITE_WINDOW)
	set_blocking_window (a_window: EV_WINDOW)
	set_file_name (a_name: STRING_GENERAL)
	set_filter (a_filter: STRING_GENERAL)
	set_height (a_height: INTEGER_32)
	set_position (a_x, a_y: INTEGER_32)
	set_size (a_width, a_height: INTEGER_32)
	set_start_directory (a_path: STRING_GENERAL)
	set_title (a_title: STRING_GENERAL)
	set_width (a_width: INTEGER_32)
	set_x_position (a_x: INTEGER_32)
	set_y_position (a_y: INTEGER_32)
	wel_make
	wel_set_file_name (a_file_name: STRING_GENERAL)
	wel_set_filter (filter_names, filter_patterns: ARRAY [STRING_GENERAL])
	wel_set_filter_index (a_filter_index: INTEGER_32)
	wel_set_initial_directory (a_directory: STRING_GENERAL)