Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class SD_TOOL_BAR_WIDGET_ITEM General cluster: implementation_mswin description: "Widget item on SD_TOOL_BAR. Actually it's a place holder for a EV_WIDGET object." create: make Ancestors SD_TOOL_BAR_ITEM* Action sequences drop_actions: EV_PND_ACTION_SEQUENCE Queries accept_cursor: detachable EV_POINTER_STYLE data: detachable ANY deny_cursor: detachable EV_POINTER_STYLE description: STRING_32 has_position (a_relative_x, a_relative_y: INTEGER_32): BOOLEAN has_rectangle (a_rect: EV_RECTANGLE): BOOLEAN height: INTEGER_32 Is_destroyed: BOOLEAN is_displayed: BOOLEAN is_need_redraw: BOOLEAN is_sensitive: BOOLEAN is_wrap: BOOLEAN name: READABLE_STRING_32 pebble_function: detachable FUNCTION [detachable ANY] pixel_buffer: detachable EV_PIXEL_BUFFER pixmap: detachable EV_PIXMAP rectangle: EV_RECTANGLE state: INTEGER_32 tool_bar: detachable SD_GENERIC_TOOL_BAR tooltip: detachable STRING_32 widget: EV_WIDGET width: INTEGER_32 Commands disable_displayed enable_displayed on_pointer_leave on_pointer_motion (a_relative_x, a_relative_y: INTEGER_32) on_pointer_motion_for_tooltip (a_relative_x, a_relative_y: INTEGER_32) on_pointer_press (a_relative_x, a_relative_y: INTEGER_32) on_pointer_press_forwarding (a_x, a_y, a_button: INTEGER_32; a_x_tilt, a_y_tilt, a_pressure: REAL_64; a_screen_x, a_screen_y: INTEGER_32) on_pointer_release (a_relative_x, a_relative_y: INTEGER_32) replace_widget (a_widget: EV_WIDGET) set_accept_cursor (a_cursor: EV_POINTER_STYLE) set_data (a_data: ANY) set_deny_cursor (a_cursor: EV_POINTER_STYLE) set_description (a_description: READABLE_STRING_GENERAL) set_name (a_name: READABLE_STRING_GENERAL) set_pebble_function (a_pebble: [like pebble_function] detachable FUNCTION [detachable ANY]) set_pixel_buffer (a_pixel_buffer: EV_PIXEL_BUFFER) set_pixmap (a_pixmap: EV_PIXMAP) set_wrap (a_wrap: BOOLEAN) update_parent_tool_bar_size Constraints widget not void
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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