Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
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 ok_actions: EV_NOTIFY_ACTION_SEQUENCE Queries blocking_window: detachable EV_WINDOW dpi: NATURAL_32 Ev_abort: IMMUTABLE_STRING_32 Ev_cancel: IMMUTABLE_STRING_32 Ev_confirmation_dialog_title: IMMUTABLE_STRING_32 Ev_error_dialog_title: IMMUTABLE_STRING_32 Ev_ignore: IMMUTABLE_STRING_32 Ev_information_dialog_title: IMMUTABLE_STRING_32 Ev_no: IMMUTABLE_STRING_32 Ev_ok: IMMUTABLE_STRING_32 Ev_open: IMMUTABLE_STRING_32 Ev_print: IMMUTABLE_STRING_32 Ev_question_dialog_title: IMMUTABLE_STRING_32 Ev_retry: IMMUTABLE_STRING_32 Ev_save: IMMUTABLE_STRING_32 Ev_warning_dialog_title: IMMUTABLE_STRING_32 Ev_yes: IMMUTABLE_STRING_32 filter: STRING_32 filter_index: INTEGER_32 filters: ARRAYED_LIST [TUPLE [READABLE_STRING_GENERAL, READABLE_STRING_GENERAL]] full_file_path: PATH height: INTEGER_32 is_destroyed: BOOLEAN minimum_height: INTEGER_32 minimum_width: INTEGER_32 screen_x: INTEGER_32 screen_y: INTEGER_32 selected: BOOLEAN selected_button: detachable IMMUTABLE_STRING_32 selected_filter_index: INTEGER_32 start_path: PATH title: STRING_32 wel_file_path: PATH width: INTEGER_32 x_position: INTEGER_32 y_position: INTEGER_32 Commands activate (a_parent: WEL_COMPOSITE_WINDOW) hide set_blocking_window (a_window: detachable EV_WINDOW) set_filter (a_filter: READABLE_STRING_GENERAL) set_full_file_path (a_path: PATH) set_height (a_height: INTEGER_32) set_position (a_x, a_y: INTEGER_32) set_size (a_width, a_height: INTEGER_32) set_start_path (a_path: PATH) set_title (a_title: READABLE_STRING_GENERAL) set_width (a_width: INTEGER_32) set_x_position (a_x: INTEGER_32) set_y_position (a_y: INTEGER_32) show_modal_to_window (a_window: EV_WINDOW) wel_make wel_set_file_path (a_filepath: PATH) wel_set_filter (filter_names, filter_patterns: ARRAY [READABLE_STRING_GENERAL]) wel_set_filter_index (a_filter_index: INTEGER_32) wel_set_initial_path (a_directory: PATH)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org