indexing
description: "EiffelVision tool-bar radio button, mswindows implementation."
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date: 2006-01-22 18:25:44 -0800 (Sun, 22 Jan 2006) $"
revision: "$Revision: 56675 $"
class interface
EV_TOOL_BAR_RADIO_BUTTON_IMP
create
make (an_interface: like interface)
`Current'`an_interface'
EV_TOOL_BAR_BUTTON_IMP
require EV_ANY_I
an_interface_not_void: an_interface /= Void
ensure EV_ANY_I
interface_assigned: interface = an_interface
base_make_called: base_make_called
feature
parent_imp: EV_TOOL_BAR_IMP
`Current'
EV_TOOL_BAR_BUTTON_IMP
tooltip: STRING_32
`Current'
EV_TOOLTIPABLE_IMP
require EV_TOOLTIPABLE_I
True
feature
accept_cursor: EV_POINTER_STYLE
pebble
EV_PICK_AND_DROPABLE_I
awaiting_movement: BOOLEAN
EV_SHARED_TRANSPORT_IMP
capture_enabled: BOOLEAN
EV_PICK_AND_DROPABLE_IMP
check_drag_and_drop_release (a_x, a_y: INTEGER_32)
EV_PICK_AND_DROPABLE_ITEM_IMP
deny_cursor: EV_POINTER_STYLE
EV_PICK_AND_DROPABLE_I
drag_and_drop_starting_movement: INTEGER_32 is 3
EV_SHARED_TRANSPORT_IMP
generating_type: STRING_8
ANY
generator: STRING_8
ANY
gray_pixmap: EV_PIXMAP
`Current'
EV_TOOL_BAR_BUTTON_IMP
require EV_TOOL_BAR_BUTTON_I
True
has_heavy_capture: BOOLEAN
parent
EV_PICK_AND_DROPABLE_ITEM_IMP
id: INTEGER_32
EV_ID_IMP
ilc_color: INTEGER_32 is 0
WEL_ILC_CONSTANTS
ilc_color16: INTEGER_32 is 16
WEL_ILC_CONSTANTS
ilc_color24: INTEGER_32 is 24
WEL_ILC_CONSTANTS
ilc_color32: INTEGER_32 is 32
WEL_ILC_CONSTANTS
ilc_color4: INTEGER_32 is 4
WEL_ILC_CONSTANTS
ilc_color8: INTEGER_32 is 8
WEL_ILC_CONSTANTS
ilc_colorddb: INTEGER_32 is 254
WEL_ILC_CONSTANTS
ilc_mask: INTEGER_32 is 1
WEL_ILC_CONSTANTS
image_index: INTEGER_32
EV_TOOL_BAR_ITEM_IMP
index: INTEGER_32
EV_TOOL_BAR_BUTTON_IMP
is_dock_executing: BOOLEAN
`Current'
EV_DOCKABLE_SOURCE_I
is_dockable: BOOLEAN
`Current'
EV_DOCKABLE_SOURCE_I
is_external_docking_enabled: BOOLEAN
`Current'
EV_DOCKABLE_SOURCE_I
is_external_docking_relative: BOOLEAN
`Current'
`Current'
EV_DOCKABLE_SOURCE_I
not_external_docking_enabled: BOOLEAN
`is_externally_dockable'
`is_externally_dockable'
`True'`is_externally_dockable'
EV_DOCKABLE_SOURCE_I
not_is_external_docking_relative: BOOLEAN
`Current'
`Current'
is_external_docking_relative
EV_DOCKABLE_SOURCE_I
original_parent_position: INTEGER_32
EV_DOCKABLE_SOURCE_I
original_pressure: REAL_64
EV_SHARED_TRANSPORT_IMP
original_x: INTEGER_32
EV_SHARED_TRANSPORT_IMP
original_x_tilt: REAL_64
EV_SHARED_TRANSPORT_IMP
original_y: INTEGER_32
EV_SHARED_TRANSPORT_IMP
original_y_tilt: REAL_64
EV_SHARED_TRANSPORT_IMP
parent: EV_ITEM_LIST [EV_ITEM]
`Current'
EV_ITEM_I
pebble: ANY
EV_PICK_AND_DROPABLE_I
pebble_function: FUNCTION [ANY, TUPLE, ANY]
EV_PICK_AND_DROPABLE_I
pebble_positioning_enabled: BOOLEAN
`True'
pebble_x_positionpebble_y_position
`False'
EV_PICK_AND_DROPABLE_I
pebble_x_position: INTEGER_32
`Current'
EV_PICK_AND_DROPABLE_I
pebble_y_position: INTEGER_32
`Current'
EV_PICK_AND_DROPABLE_I
pixmap: EV_PIXMAP
`Current'
EV_TOOL_BAR_BUTTON_IMP
require EV_PIXMAPABLE_I
True
pixmap_imp: EV_PIXMAP_IMP_STATE
`Current'
EV_PIXMAPABLE_IMP
pnd_original_parent: EV_PICK_AND_DROPABLE_ITEM_HOLDER_IMP
`Current'
EV_PICK_AND_DROPABLE_ITEM_IMP
pnd_press (a_x, a_y, a_button, a_screen_x, a_screen_y: INTEGER_32)
EV_PICK_AND_DROPABLE_ITEM_IMP
real_source: EV_DOCKABLE_SOURCE
`Result'
`Current'
EV_DOCKABLE_SOURCE_I
real_text: STRING_32
text
EV_TOOL_BAR_BUTTON_IMP
release_capture
EV_PICK_AND_DROPABLE_ITEM_IMP
require EV_PICK_AND_DROPABLE_IMP
True
require EV_DOCKABLE_SOURCE_IMP
True
release_heavy_capture
EV_PICK_AND_DROPABLE_ITEM_IMP
set_capture
EV_PICK_AND_DROPABLE_ITEM_IMP
require EV_PICK_AND_DROPABLE_IMP
True
require EV_DOCKABLE_SOURCE_IMP
True
set_heavy_capture
EV_PICK_AND_DROPABLE_ITEM_IMP
set_parent_imp (a_parent_imp: like parent_imp)
`a_parent_imp'`Current'
`a_parent_imp'
EV_TOOL_BAR_BUTTON_IMP
ensure EV_ITEM_IMP
assigned: parent_imp = a_parent_imp
set_pnd_original_parent
parent_imppnd_original_parent
EV_PICK_AND_DROPABLE_ITEM_IMP
set_pointer_style (c: EV_POINTER_STYLE)
`c'parent_imp
EV_PICK_AND_DROPABLE_ITEM_IMP
require EV_PICK_AND_DROPABLE_I
True
require EV_DOCKABLE_SOURCE_IMP
True
text: STRING_32
`Current'
EV_INTERNALLY_PROCESSED_TEXTABLE_IMP
require EV_TEXTABLE_I
True
require EV_TOOL_BAR_ITEM_IMP
True
ensure EV_TEXTABLE_I
not_void: Result /= Void
cloned: Result /= text
text_length: INTEGER_32
real_text
EV_TOOL_BAR_BUTTON_IMP
ensure EV_TEXTABLE_IMP
positive_length: Result >= 0
top_level_window_imp: EV_WINDOW_IMP
`Current'
EV_PICK_AND_DROPABLE_ITEM_IMP
transport_executing: BOOLEAN
EV_PICK_AND_DROPABLE_IMP
wel_text: STRING_32
`Current'
EV_TOOL_BAR_BUTTON_IMP
ensure EV_TEXTABLE_IMP
not_void: Result /= Void
widget_imp_at_pointer_position: EV_WIDGET_IMP
`Result'
EV_SHARED_TRANSPORT_IMP
require EV_DOCKABLE_SOURCE_I
True
feature
frozen deep_equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
shallow_implies_deep: standard_equal (some, other) implies Result
both_or_none_void: (some = Void) implies (Result = (other = Void))
same_type: (Result and (some /= Void)) implies some.same_type (other)
symmetric: Result implies deep_equal (other, some)
frozen equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.is_equal (other))
is_equal (other: like Current): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
symmetric: Result implies other.is_equal (Current)
consistent: standard_is_equal (other) implies Result
frozen standard_equal (some: ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.standard_is_equal (other))
frozen standard_is_equal (other: like Current): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
same_type: Result implies same_type (other)
symmetric: Result implies other.standard_is_equal (Current)
feature
closest_dockable_target: EV_DOCKABLE_TARGET
`Result'is_dockable
`Result'`Void'
EV_DOCKABLE_SOURCE_I
ensure EV_DOCKABLE_SOURCE_I
result_is_dockable: Result /= Void implies Result.is_docking_enabled
conforms_to (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
disable_select
`Current'
enable_select
`Current'
require EV_SELECTABLE_I
is_selectable: is_selectable
require EV_RADIO_PEER_I
True
ensure EV_SELECTABLE_I
selected: is_selected
foreground_window: WEL_WINDOW
WEL_WINDOWS_ROUTINES
get_next_target (a_widget: EV_WIDGET): EV_DOCKABLE_TARGET
`Result'is_dockable
`current_target'
`Result'`Void'
EV_DOCKABLE_SOURCE_I
require EV_DOCKABLE_SOURCE_I
a_widget_not_void: a_widget /= Void
ensure EV_DOCKABLE_SOURCE_I
result_is_dockable: Result /= Void implies Result.is_docking_enabled
has_gray_pixmap: BOOLEAN
EV_TOOL_BAR_BUTTON_IMP
has_pixmap: BOOLEAN
EV_TOOL_BAR_BUTTON_IMP
internal_non_sensitive: BOOLEAN
`Current'
interface
EV_SENSITIVE_I
is_selectable: BOOLEAN
EV_SELECTABLE_I
is_selected: BOOLEAN
is_sensitive: BOOLEAN
`Current'
EV_TOOL_BAR_BUTTON_IMP
is_transport_enabled: BOOLEAN
EV_PICK_AND_DROPABLE_I
is_window (hwnd: POINTER): BOOLEAN
`hwnd'
WEL_WINDOWS_ROUTINES
key_down (virtual_key: INTEGER_32): BOOLEAN
WEL_WINDOWS_ROUTINES
key_locked (virtual_key: INTEGER_32): BOOLEAN
WEL_WINDOWS_ROUTINES
key_to_string (key_data: INTEGER_32): STRING_32
`virtual_key'
WEL_WINDOWS_ROUTINES
mode_is_drag_and_drop: BOOLEAN
EV_PICK_AND_DROPABLE_I
mode_is_pick_and_drop: BOOLEAN
EV_PICK_AND_DROPABLE_I
mode_is_target_menu: BOOLEAN
EV_PICK_AND_DROPABLE_I
peers: LINKED_LIST [like interface]
`Current'
EV_RADIO_PEER_IMP
require EV_RADIO_PEER_I
True
ensure EV_RADIO_PEER_I
not_void: Result /= Void
same_type (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
definition: Result = (conforms_to (other) and other.conforms_to (Current))
selected_peer: like interface
EV_RADIO_PEER_IMP
require EV_RADIO_PEER_I
True
ensure EV_RADIO_PEER_I
not_void: Result /= Void
system_directory: STRING_32
WEL_WINDOWS_ROUTINES
ensure WEL_WINDOWS_ROUTINES
result_not_void: Result /= Void
tick_count: INTEGER_32
WEL_WINDOWS_ROUTINES
ensure WEL_WINDOWS_ROUTINES
positive_result: Result >= 0
user_is_sensitive: BOOLEAN
EV_SENSITIVE_I
window_of_item (hwnd: POINTER): WEL_WINDOW
`hwnd'
WEL_WINDOWS_ROUTINES
require WEL_WINDOWS_ROUTINES
hwnd_not_null: hwnd /= default_pointer
is_window_pointer: is_window (hwnd)
ensure WEL_WINDOWS_ROUTINES
is_wel_window: Result /= Void implies (create {INTERNAL}).type_conforms_to ((create {INTERNAL}).dynamic_type (Result), (create {INTERNAL}).dynamic_type_from_string ("WEL_WINDOW"))
windows_directory: STRING_32
WEL_WINDOWS_ROUTINES
ensure WEL_WINDOWS_ROUTINES
result_not_void: Result /= Void
feature
check_dragable_release (a_x, a_y: INTEGER_32)
EV_DOCKABLE_SOURCE_IMP
disable_dockable
`Current'
EV_DOCKABLE_SOURCE_I
ensure EV_DOCKABLE_SOURCE_I
not_is_dockable: not is_dockable
disable_external_docking
`Current'
EV_DOCKABLE_SOURCE_I
require EV_DOCKABLE_SOURCE_I
is_dockable: is_dockable
ensure EV_DOCKABLE_SOURCE_I
not_externally_dockable: not is_external_docking_enabled
disable_external_docking_relative
`False'is_external_docking_relative
`Current'
EV_DOCKABLE_SOURCE_I
require EV_DOCKABLE_SOURCE_I
external_docking_enabled: is_external_docking_enabled
ensure EV_DOCKABLE_SOURCE_I
external_docking_not_relative: not is_external_docking_relative
disable_pebble_positioning
`False'pebble_positioning_enabled
EV_PICK_AND_DROPABLE_I
disable_sensitive
`Current'
EV_TOOL_BAR_BUTTON_IMP
require EV_SENSITIVE_I
True
require EV_TOOL_BAR_ITEM_IMP
True
disable_sensitive_internal
`Current'
enabled_before
disable_sensitive
enabled_before
EV_TOOL_BAR_BUTTON_IMP
disable_transport
EV_PICK_AND_DROPABLE_IMP
require EV_PICK_AND_DROPABLE_I
True
ensure EV_PICK_AND_DROPABLE_I
is_transport_disabled: not is_transport_enabled
dragable_motion (a_x, a_y, a_screen_x, a_screen_y: INTEGER_32)
EV_DOCKABLE_SOURCE_IMP
dragable_press (a_x, a_y, a_button, a_screen_x, a_screen_y: INTEGER_32)
`a_button'
EV_DOCKABLE_SOURCE_IMP
enable_dockable
`Current'
EV_DOCKABLE_SOURCE_I
ensure EV_DOCKABLE_SOURCE_I
is_dockable: is_dockable
enable_external_docking
`Current'
EV_DOCKABLE_SOURCE_I
require EV_DOCKABLE_SOURCE_I
is_dockable: is_dockable
ensure EV_DOCKABLE_SOURCE_I
is_externally_dockable: is_external_docking_enabled
enable_external_docking_relative
`True'is_external_docking_relative
`Current'
EV_DOCKABLE_SOURCE_I
require EV_DOCKABLE_SOURCE_I
external_docking_enabled: is_external_docking_enabled
ensure EV_DOCKABLE_SOURCE_I
external_docking_not_relative: is_external_docking_relative
enable_pebble_positioning
`True'pebble_positioning_enabled
EV_PICK_AND_DROPABLE_I
enable_sensitive
`Current'
EV_TOOL_BAR_BUTTON_IMP
require EV_SENSITIVE_I
True
require EV_TOOL_BAR_ITEM_IMP
True
enable_sensitive_internal
`Current'
enabled_before
enable_sensitive
enabled_before
EV_TOOL_BAR_BUTTON_IMP
enable_transport
EV_PICK_AND_DROPABLE_IMP
require EV_PICK_AND_DROPABLE_I
pebble_not_void: pebble /= Void or pebble_function /= Void
ensure EV_PICK_AND_DROPABLE_I
is_transport_enabled: interface.implementation.is_transport_enabled
escape_pnd
EV_PICK_AND_DROPABLE_IMP
ensure EV_PICK_AND_DROPABLE_IMP
not_in_transport: not transport_executing
has_parent: BOOLEAN
`Current'
EV_TOOL_BAR_BUTTON_IMP
require EV_SENSITIVE_I
True
parent_is_sensitive: BOOLEAN
`Current'
EV_TOOL_BAR_BUTTON_IMP
require EV_SENSITIVE_I
True
pnd_motion (a_x, a_y, a_screen_x, a_screen_y: INTEGER_32)
EV_PICK_AND_DROPABLE_IMP
remove_pebble
pebble
EV_PICK_AND_DROPABLE_I
ensure EV_PICK_AND_DROPABLE_I
pebble_removed: pebble = Void and pebble_function = Void
is_transport_disabled: not is_transport_enabled
remove_real_source
real_source`Void'
EV_DOCKABLE_SOURCE_I
require EV_DOCKABLE_SOURCE_I
is_dockable: is_dockable
ensure EV_DOCKABLE_SOURCE_I
real_source_void: real_source = Void
set_accept_cursor (a_cursor: like accept_cursor)
`a_cursor'
pebble
EV_PICK_AND_DROPABLE_I
set_deny_cursor (a_cursor: like deny_cursor)
`a_cursor'
pebble
EV_PICK_AND_DROPABLE_I
set_drag_and_drop_mode
EV_PICK_AND_DROPABLE_I
ensure EV_PICK_AND_DROPABLE_I
mode_is_drag_and_drop: mode_is_drag_and_drop
set_pebble (a_pebble: like pebble)
`a_pebble'pebble
EV_PICK_AND_DROPABLE_I
require EV_PICK_AND_DROPABLE_I
a_pebble_not_void: a_pebble /= Void
ensure EV_PICK_AND_DROPABLE_I
pebble_assigned: interface.implementation.pebble = a_pebble
is_transport_enabled: interface.implementation.is_transport_enabled
set_pebble_function (a_function: FUNCTION [ANY, TUPLE, ANY])
`a_function'pebble_function
EV_PICK_AND_DROPABLE_I
require EV_PICK_AND_DROPABLE_I
a_function_not_void: a_function /= Void
ensure EV_PICK_AND_DROPABLE_I
pebble_function_assigned: interface.implementation.pebble_function = a_function
is_transport_enabled: interface.implementation.is_transport_enabled
set_pebble_position (a_x, a_y: INTEGER_32)
`Current'
EV_PICK_AND_DROPABLE_I
ensure EV_PICK_AND_DROPABLE_I
pick_x_assigned: pick_x = a_x
pick_y_assigned: pick_y = a_y
set_pick_and_drop_mode
EV_PICK_AND_DROPABLE_I
ensure EV_PICK_AND_DROPABLE_I
mode_is_pick_and_drop: mode_is_pick_and_drop
set_real_source (dockable_source: EV_DOCKABLE_SOURCE)
`dockable_source'
`Current'
EV_DOCKABLE_SOURCE_I
require EV_DOCKABLE_SOURCE_I
is_dockable: is_dockable
dockable_source_not_void: dockable_source /= Void
ensure EV_DOCKABLE_SOURCE_I
real_source_assigned: real_source = dockable_source
set_target_menu_mode
EV_PICK_AND_DROPABLE_I
ensure EV_PICK_AND_DROPABLE_I
mode_is_target_menu: mode_is_target_menu
set_tooltip (a_tooltip: STRING_GENERAL)
`a_tooltip'internal_tooltip_string
EV_TOOL_BAR_BUTTON_IMP
require EV_TOOLTIPABLE_I
a_tooltip_not_void: a_tooltip /= Void
user_disable_sensitive
EV_SENSITIVE_I
ensure EV_SENSITIVE_I
is_desensitive: not user_is_sensitive
user_enable_sensitive
EV_SENSITIVE_I
ensure EV_SENSITIVE_I
is_sensitive_if_parent_sensitive: (has_parent and then parent_is_sensitive) implies interface.implementation.is_sensitive
is_sensitive_if_orphaned: not has_parent implies interface.implementation.is_sensitive
feature
enabled_before: BOOLEAN
`Current'update_for_pick_and_drop
EV_TOOL_BAR_BUTTON_IMP
pixmap_equal_to (a_pixmap: EV_PIXMAP): BOOLEAN
`a_pixmap'pixmap
EV_PIXMAPABLE_I
remove_gray_pixmap
`Current'
EV_TOOL_BAR_BUTTON_IMP
require EV_TOOL_BAR_BUTTON_I
True
remove_pixmap
`Current'
EV_TOOL_BAR_BUTTON_IMP
require EV_PIXMAPABLE_I
True
ensure EV_PIXMAPABLE_I
pixmap_removed: pixmap = Void
set_gray_pixmap (p: EV_PIXMAP)
`p'
EV_TOOL_BAR_BUTTON_IMP
require EV_TOOL_BAR_BUTTON_I
gray_pixmap_not_void: p /= Void
set_pixmap (p: EV_PIXMAP)
`p'
EV_TOOL_BAR_BUTTON_IMP
require EV_PIXMAPABLE_I
pixmap_not_void: p /= Void
set_pixmap_in_parent
EV_TOOL_BAR_BUTTON_IMP
set_text (a_text: STRING_GENERAL)
`a_text'text
EV_INTERNALLY_PROCESSED_TEXTABLE_IMP
require EV_TEXTABLE_I
a_text_not_void: a_text /= Void
no_carriage_returns: not a_text.has_code (('%R').natural_32_code)
ensure EV_TEXTABLE_I
text_cloned: text.is_equal (a_text) and then text /= a_text
update_for_pick_and_drop (starting: BOOLEAN)
`Current'
EV_TOOL_BAR_BUTTON_IMP
wel_set_text (txt: STRING_GENERAL)
`txt'`Current'
EV_TOOL_BAR_BUTTON_IMP
feature
copy (other: like Current)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_equal: is_equal (other)
frozen deep_copy (other: like Current)
copy`other'deep_twin
ANY
require ANY
other_not_void: other /= Void
ensure ANY
deep_equal: deep_equal (Current, other)
frozen deep_twin: like Current
ANY
ensure ANY
deep_equal: deep_equal (Current, Result)
frozen standard_copy (other: like Current)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_standard_equal: standard_is_equal (other)
frozen standard_twin: like Current
`other'
ANY
ensure ANY
standard_twin_not_void: Result /= Void
equal: standard_equal (Result, Current)
frozen twin: like Current
`Current'
twincopycopy
ANY
ensure ANY
twin_not_void: Result /= Void
is_equal: Result.is_equal (Current)
feature
close_dockable_dialog (dockable_dialog: EV_DOCKABLE_DIALOG)
`dockable_dialog'
`dock_ended'
EV_DOCKABLE_SOURCE_I
ensure EV_DOCKABLE_SOURCE_I
dockable_dialog_destroyed: dockable_dialog.is_destroyed
complete_dock
source_being_docked
EV_DOCKABLE_SOURCE_I
require EV_DOCKABLE_SOURCE_I
source_being_docked: source_being_docked /= Void
ensure EV_DOCKABLE_SOURCE_I
not_dock_executing: not is_dock_executing
insert_separator_not_parented: insert_sep.parent = Void
insert_label_not_parented: insert_label.parent = Void
frozen default: like Current
ANY
frozen default_pointer: POINTER
`POINTER'
`p'default
`p'`POINTER'
ANY
default_rescue
ANY
frozen do_nothing
ANY
hide_cursor
WEL_WINDOWS_ROUTINES
message_beep_asterisk
WEL_WINDOWS_ROUTINES
message_beep_exclamation
WEL_WINDOWS_ROUTINES
message_beep_hand
WEL_WINDOWS_ROUTINES
message_beep_ok
WEL_WINDOWS_ROUTINES
message_beep_question
WEL_WINDOWS_ROUTINES
output_debug_string (s: STRING_GENERAL)
`s'
WEL_WINDOWS_ROUTINES
require WEL_WINDOWS_ROUTINES
s_not_void: s /= Void
resource_string_id (an_id: INTEGER_32): STRING_32
`an_id'
WEL_WINDOWS_ROUTINES
ensure WEL_WINDOWS_ROUTINES
result_not_void: Result /= Void
set_cursor_position_absolute (x, y: INTEGER_32)
`x'`y'
WEL_WINDOWS_ROUTINES
show_cursor
WEL_WINDOWS_ROUTINES
feature
drag_cursor: EV_POINTER_STYLE
`Current'
EV_DOCKABLE_SOURCE_I
feature
internal_disable_dockable
EV_DOCKABLE_SOURCE_IMPinternal_enable_dockable
EV_DOCKABLE_SOURCE_IMP
require EV_DOCKABLE_SOURCE_I
True
internal_enable_dockable
EV_DOCKABLE_SOURCE_IMPinternal_disable_dockable
EV_DOCKABLE_SOURCE_IMP
require EV_DOCKABLE_SOURCE_I
True
update_radio_states
radio_group`Current'
is_selected
feature
ild_normal: INTEGER_32 is 0
WEL_ILC_CONSTANTS
feature
dockable_dialog_target: EV_DOCKABLE_DIALOG
EV_SHARED_TRANSPORT_I
global_drag_targets: ARRAYED_LIST [INTEGER_32]
EV_SHARED_TRANSPORT_I
insert_label: EV_CELL
`Current'
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
result_not_void: Result /= Void
insert_label_imp: EV_CELL_I
Insert_label
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
Result /= Void
insert_sep: EV_TOOL_BAR_SEPARATOR
EV_SHARED_TRANSPORT_I
insert_sep_imp: EV_TOOL_BAR_SEPARATOR_I
Insert_sep
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
Result /= Void
internal_screen: EV_SCREEN
EV_SHARED_TRANSPORT_I
original_x_offset: INTEGER_16
EV_SHARED_TRANSPORT_I
original_y_offset: INTEGER_16
EV_SHARED_TRANSPORT_I
originating_source: EV_DOCKABLE_SOURCE_I
`source_being_dragged'
EV_SHARED_TRANSPORT_I
remove_insert_label
Insert_labelparent
`real_target'
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
not_parented: insert_label.parent = Void
remove_insert_sep
`inset_sep'
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
not_parented: insert_sep.parent = Void
source_being_docked: EV_DOCKABLE_SOURCE_I
EV_SHARED_TRANSPORT_I
feature
default_accept_cursor: EV_POINTER_STYLE
accept_cursor
EV_SHARED_TRANSPORT_I
default_deny_cursor: EV_POINTER_STYLE
deny_cursor
EV_SHARED_TRANSPORT_I
default_pixmaps: EV_STOCK_PIXMAPS
EV_SHARED_TRANSPORT_I
require EV_SHARED_TRANSPORT_IMP
True
global_pnd_targets: HASH_TABLE [INTEGER_32, INTEGER_32]
EV_SHARED_TRANSPORT_I
rubber_band_is_drawn: BOOLEAN
EV_SHARED_TRANSPORT_I
feature
pointer_x: INTEGER_16
EV_SHARED_TRANSPORT_I
pointer_y: INTEGER_16
EV_SHARED_TRANSPORT_I
feature
conforming_pick_actions: EV_NOTIFY_ACTION_SEQUENCE
EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
ensure EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
not_void: Result /= Void
create_conforming_pick_actions: EV_NOTIFY_ACTION_SEQUENCE
EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_IMP
require EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
True
create_drop_down_actions: EV_NOTIFY_ACTION_SEQUENCE
EV_TOOL_BAR_BUTTON_ACTION_SEQUENCES_IMP
require EV_TOOL_BAR_BUTTON_ACTION_SEQUENCES_I
True
create_pick_actions: EV_PND_START_ACTION_SEQUENCE
EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_IMP
require EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
True
create_pick_ended_actions: EV_PND_FINISHED_ACTION_SEQUENCE
EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_IMP
require EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
True
create_pointer_button_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE
EV_ITEM_ACTION_SEQUENCES_IMP
require EV_ITEM_ACTION_SEQUENCES_I
True
create_pointer_double_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE
EV_ITEM_ACTION_SEQUENCES_IMP
require EV_ITEM_ACTION_SEQUENCES_I
True
create_pointer_motion_actions: EV_POINTER_MOTION_ACTION_SEQUENCE
EV_ITEM_ACTION_SEQUENCES_IMP
require EV_ITEM_ACTION_SEQUENCES_I
True
create_select_actions: EV_NOTIFY_ACTION_SEQUENCE
EV_TOOL_BAR_BUTTON_ACTION_SEQUENCES_IMP
require EV_TOOL_BAR_BUTTON_ACTION_SEQUENCES_I
True
dock_ended_actions: EV_NOTIFY_ACTION_SEQUENCE
`Current'
EV_DOCKABLE_SOURCE_ACTION_SEQUENCES_I
ensure EV_DOCKABLE_SOURCE_ACTION_SEQUENCES_I
not_void: Result /= Void
dock_started_actions: EV_NOTIFY_ACTION_SEQUENCE
pebble
EV_DOCKABLE_SOURCE_ACTION_SEQUENCES_I
ensure EV_DOCKABLE_SOURCE_ACTION_SEQUENCES_I
not_void: Result /= Void
drop_actions: EV_PND_ACTION_SEQUENCE
EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
ensure EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
not_void: Result /= Void
drop_down_actions: EV_NOTIFY_ACTION_SEQUENCE
EV_TOOL_BAR_BUTTON_ACTION_SEQUENCES_I
pick_actions: EV_PND_START_ACTION_SEQUENCE
pebble
EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
ensure EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
not_void: Result /= Void
pick_ended_actions: EV_PND_FINISHED_ACTION_SEQUENCE
`Current'
EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
ensure EV_PICK_AND_DROPABLE_ACTION_SEQUENCES_I
not_void: Result /= Void
pointer_button_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE
EV_ITEM_ACTION_SEQUENCES_I
ensure EV_ITEM_ACTION_SEQUENCES_I
not_void: Result /= Void
pointer_double_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE
EV_ITEM_ACTION_SEQUENCES_I
ensure EV_ITEM_ACTION_SEQUENCES_I
not_void: Result /= Void
pointer_motion_actions: EV_POINTER_MOTION_ACTION_SEQUENCE
EV_ITEM_ACTION_SEQUENCES_I
ensure EV_ITEM_ACTION_SEQUENCES_I
not_void: Result /= Void
select_actions: EV_NOTIFY_ACTION_SEQUENCE
EV_TOOL_BAR_BUTTON_ACTION_SEQUENCES_I
ensure EV_TOOL_BAR_BUTTON_ACTION_SEQUENCES_I
not_void: Result /= Void
feature
io: STD_FILES
ANY
out: STRING_8
ANYtagged_out
ANY
print (some: ANY)
`some'
ANY
frozen tagged_out: STRING_8
ANYout
ANY
feature
operating_environment: OPERATING_ENVIRONMENT
ANY
feature
ttf_centertip: INTEGER_32 is 2
WEL_TOOLTIP_CONSTANTS
ttf_idishwnd: INTEGER_32 is 1
WEL_TOOLTIP_CONSTANTS
ttf_rtlreading: INTEGER_32 is 4
WEL_TOOLTIP_CONSTANTS
ttf_subclass: INTEGER_32 is 16
WEL_TOOLTIP_CONSTANTS
feature
ttm_activate: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_addtool: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_deltool: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_enumtools: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_getcurrenttool: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_getdelaytime: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_getmaxtipwidth: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_gettext: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_gettipbkcolor: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_gettiptextcolor: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_gettoolcount: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_gettoolinfo: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_hittest: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_newtoolrect: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_relayevent: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_setdelaytime: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_setmaxtipwidth: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_settipbkcolor: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_settiptextcolor: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_settoolinfo: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_updatetiptext: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttm_windowfrompoint: INTEGER_32
WEL_TOOLTIP_CONSTANTS
feature
tts_alwaystip: INTEGER_32
WEL_TOOLTIP_CONSTANTS
tts_noprefix: INTEGER_32
WEL_TOOLTIP_CONSTANTS
feature
ttdt_automatic: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttdt_autopop: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttdt_initial: INTEGER_32
WEL_TOOLTIP_CONSTANTS
ttdt_reshow: INTEGER_32
WEL_TOOLTIP_CONSTANTS
invariant
EV_PICK_AND_DROPABLE_I
user_interface_modes_mutually_exclusive: mode_is_pick_and_drop.to_integer + mode_is_drag_and_drop.to_integer + mode_is_target_menu.to_integer = 1
pebble_function_takes_two_integer_open_operands: pebble_function /= Void implies pebble_function.valid_operands ([1, 1])
EV_ANY_I
interface_coupled: is_usable implies interface /= Void and then interface.implementation = Current
base_make_called: base_make_called
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
EV_DOCKABLE_SOURCE_I
widget_or_item_source: not (widget_source_being_docked /= Void and item_source_being_docked /= Void)
dock_executing: is_dock_executing implies widget_source_being_docked /= Void or item_source_being_docked /= Void
EV_ID_IMP
make_called: id > 0
EV_RADIO_PEER_IMP
peers_not_void: peers /= Void
indexing
copyright: "Copyright (c) 1984-2006, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
356 Storke Road, Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end EV_TOOL_BAR_RADIO_BUTTON_IMP