deferred class
	WEL_FILE_DIALOG

General
	cluster: wel.stddlgs
	description: "Ancestor of WEL_OPEN_FILE_DIALOG and WEL_SAVE_FILE_DIALOG."

Ancestors
	WEL_BIT_OPERATIONS
	WEL_OFN_CONSTANTS
	WEL_STANDARD_DIALOG

Queries
	exists: BOOLEAN
	file_extension_offset: INTEGER
	file_name: STRING
	file_name_offset: INTEGER
	file_title: STRING
	filter_index: INTEGER
	flags: INTEGER
	has_flag (a_flags: INTEGER): BOOLEAN
	item: POINTER
	Max_file_name_length: INTEGER
	multiple_file_names: LINKED_LIST [STRING]
	selected: BOOLEAN
	shared: BOOLEAN
	Structure_size: INTEGER
	title: STRING
	to_integer: INTEGER

Commands
	activate (a_parent: WEL_COMPOSITE_WINDOW)
	add_flag (a_flags: INTEGER)
	dispose
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	remove_flag (a_flags: INTEGER)
	set_default_extension (extension: STRING)
	set_default_title
	set_file_name (a_file_name: STRING)
	set_filter (filter_names, filter_patterns: ARRAY [STRING])
	set_filter_index (a_filter_index: INTEGER)
	set_flags (a_flags: INTEGER)
	set_initial_directory (directory: STRING)
	set_initial_directory_as_current
	set_item (an_item: POINTER)
	set_shared
	set_title (a_title: STRING)
	set_unshared
	structure_initialize

Constraints
	str file name not void
	str file name exists
	str file title not void
	str file title exists
	str title not void
	str title exists