class
	EV_DIRECTORY_DIALOG_IMP

General
	cluster: implementation_mswin
	description: "Eiffel Vision directory dialog."
	create: make

Ancestors
	EV_DIRECTORY_DIALOG_I*
	EV_STANDARD_DIALOG_IMP*
	WEL_CHOOSE_FOLDER_DIALOG
	WEL_WINDOWS_VERSION

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
	cwel_sh_browse_for_folder (p, str: POINTER): INTEGER_32
	directory: STRING_32
	exists: BOOLEAN
	flags: INTEGER_32
	folder_name: STRING_32
	has_flag (a_flags: INTEGER_32): BOOLEAN
	is_equal (other: [like Current] EV_DIRECTORY_DIALOG_IMP): BOOLEAN
	item: POINTER
	selected: BOOLEAN
	selected_button: STRING_32
	shared: BOOLEAN
	start_directory: STRING_32
	starting_folder: STRING_32
	Structure_size: INTEGER_32
	title: STRING_32

Commands
	activate (a_parent: WEL_COMPOSITE_WINDOW)
	add_flag (a_flags: INTEGER_32)
	copy (other: [like Current] EV_DIRECTORY_DIALOG_IMP)
	destroy
	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_title
	set_flags (a_flags: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_start_directory (a_path: STRING_GENERAL)
	set_starting_folder (a_folder_name: STRING_GENERAL)
	set_title (a_title: STRING_GENERAL)
	set_unshared
	show_modal_to_window (a_window: EV_WINDOW)
	structure_initialize
	wel_make