Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_GRID_PIXMAPS_ON_RIGHT_LABEL_ITEM_I General cluster: contrib description: "The Cell is similar to EV_GRID_LABEL_ITEM, except it has extra pixmaps on the right See description of EV_GRID_LABEL_ITEM for more details Implementation Interface." create: make Ancestors EV_GRID_LABEL_ITEM_I Action sequences activate_actions: EV_LITE_ACTION_SEQUENCE [EV_POPUP_WINDOW] deactivate_actions: EV_NOTIFY_ACTION_SEQUENCE deselect_actions: EV_NOTIFY_ACTION_SEQUENCE drop_actions: EV_PND_ACTION_SEQUENCE key_press_actions: EV_KEY_ACTION_SEQUENCE key_press_string_actions: EV_KEY_STRING_ACTION_SEQUENCE key_release_actions: EV_KEY_ACTION_SEQUENCE pointer_button_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_button_release_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_double_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_enter_actions: EV_NOTIFY_ACTION_SEQUENCE pointer_leave_actions: EV_NOTIFY_ACTION_SEQUENCE pointer_motion_actions: EV_POINTER_MOTION_ACTION_SEQUENCE select_actions: EV_NOTIFY_ACTION_SEQUENCE Queries background_color: detachable EV_COLOR column: EV_GRID_COLUMN foreground_color: detachable EV_COLOR hash_code: INTEGER_32 height: INTEGER_32 horizontal_indent: INTEGER_32 is_destroyed: BOOLEAN is_displayed: BOOLEAN is_hashable: BOOLEAN is_parented: BOOLEAN is_selectable: BOOLEAN is_selected: BOOLEAN is_tab_navigatable: BOOLEAN parent: detachable EV_GRID required_width: INTEGER_32 row: EV_GRID_ROW to_implement_assertion (comment: READABLE_STRING_8): BOOLEAN tooltip: detachable STRING_32 virtual_x_position: INTEGER_32 virtual_y_position: INTEGER_32 width: INTEGER_32 Commands activate deactivate disable_select enable_select ensure_visible fixme (comment: READABLE_STRING_8) redraw set_background_color (a_color: [like background_color] detachable EV_COLOR) set_foreground_color (a_color: [like foreground_color] detachable EV_COLOR) set_is_tab_navigatable (a_is_tab_navigatable: BOOLEAN) set_tooltip (a_tooltip: detachable READABLE_STRING_GENERAL) to_implement (comment: READABLE_STRING_8) toggle
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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