class
	EV_FILE_OPEN_DIALOG_IMP

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

Ancestors
	EV_FILE_DIALOG_IMP*
	EV_FILE_OPEN_DIALOG_I*
	WEL_OPEN_FILE_DIALOG

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
	exists: BOOLEAN
	file_extension_offset: INTEGER_32
	file_name: STRING_32
	file_name_offset: INTEGER_32
	file_names: ARRAYED_LIST [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]]
	flags: INTEGER_32
	has_flag (a_flags: INTEGER_32): BOOLEAN
	is_equal (other: [like Current] EV_FILE_OPEN_DIALOG_IMP): BOOLEAN
	item: POINTER
	Max_file_name_length: INTEGER_32
	multiple_file_names: LIST [STRING_32]
	multiple_selection_enabled: BOOLEAN
	selected: BOOLEAN
	selected_button: STRING_32
	selected_filter_index: INTEGER_32
	shared: BOOLEAN
	start_directory: STRING_32
	Structure_size: INTEGER_32
	title: STRING_32
	wel_file_name: STRING_32
	wel_file_title: STRING_32

Commands
	activate (a_parent: WEL_COMPOSITE_WINDOW)
	add_flag (a_flags: INTEGER_32)
	copy (other: [like Current] EV_FILE_OPEN_DIALOG_IMP)
	destroy
	disable_multiple_selection
	enable_multiple_selection
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	remove_flag (a_flags: INTEGER_32)
	set_blocking_window (a_window: EV_WINDOW)
	set_default_extension (extension: STRING_GENERAL)
	set_default_title
	set_file_name (a_name: STRING_GENERAL)
	set_filter (a_filter: STRING_GENERAL)
	set_flags (a_flags: INTEGER_32)
	set_initial_directory_as_current
	set_item (an_item: POINTER)
	set_shared
	set_start_directory (a_path: STRING_GENERAL)
	set_title (a_title: STRING_GENERAL)
	set_unshared
	show_modal_to_window (a_window: EV_WINDOW)
	structure_initialize
	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 (directory: STRING_GENERAL)