INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Dialog box creation flags.
-- Can be a combination of the values defined in
-- class WEL_OFN_CONSTANTS.
-- File name selected (including path).
-- Title of the selected file (without path).
-- Title of the current dialog
-- Specifies the offset from the beginning of the path
-- to the file name in the string `file_name'.
-- Specifies the offset from the beginning of the path
-- to the file name extension in the string `file_name'.
-- Index of the selected filter
-- Set `flags' with `a_flags'.
-- See class WEL_OFN_CONSTANTS for `a_flags' values.
-- Add `a_flags' to `flags'.
-- See class WEL_OFN_CONSTANTS for `a_flags' values.
-- Remove `a_flags' from `flags'.
-- See class WEL_OFN_CONSTANTS for `a_flags' values.
-- Set `file_name' with `a_file' and initialize
-- the file name edit control.
-- Set `title' with `a_title' and use this string to
-- display the title.
-- Set the title bar with the default value ("Save As"
-- or "Open")
-- Set the file type combo box.
-- `filter_names' is an array of string containing
-- the filter names and `filter_patterns' is an
-- array of string containing the filter patterns.
-- Example:
-- filter_names = <<"Text file", "All file">>
-- filter_patterns = <<"*.txt", "*.*">>
-- Set `filter_index' with `a_filter_index'.
-- Set the initial directory with `directory'.
-- Set the initial directory as the current one.
-- Set the default extension with `extension'.
-- This extension will be automatically added to the
-- file name if the user fails to type an extension.
-- Is `a_flags' set in `flags'?
-- See class WEL_OFN_CONSTANTS for `a_flags' values.
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |