class EV_COLOR_DIALOG_IMP General cluster: implementation_mswin description: "EiffelVision color selection dialog.Mswindows implementation." create: make Ancestors EV_COLOR_DIALOG_I* EV_STANDARD_DIALOG_IMP* WEL_CHOOSE_COLOR_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 color: EV_COLOR custom_colors: WEL_CUSTOM_COLORS exists: BOOLEAN flags: INTEGER_32 full_open_allowed: BOOLEAN has_flag (a_flags: INTEGER_32): BOOLEAN is_equal (other: [like Current] EV_COLOR_DIALOG_IMP): BOOLEAN item: POINTER rgb_result: WEL_COLOR_REF selected: BOOLEAN selected_button: STRING_32 shared: BOOLEAN Structure_size: INTEGER_32 title: STRING_32 Commands activate (a_parent: WEL_COMPOSITE_WINDOW) add_flag (a_flags: INTEGER_32) allow_full_open copy (other: [like Current] EV_COLOR_DIALOG_IMP) destroy dispose initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) prevent_full_open remove_flag (a_flags: INTEGER_32) set_blocking_window (a_window: EV_WINDOW) set_color (a_color: EV_COLOR) set_custom_colors (a_custom_colors: WEL_CUSTOM_COLORS) set_flags (a_flags: INTEGER_32) set_item (an_item: POINTER) set_rgb_result (color: WEL_COLOR_REF) set_shared set_title (new_title: STRING_32) set_unshared show_modal_to_window (a_window: EV_WINDOW) structure_initialize