Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class SD_TOOL_BAR_ZONE General cluster: implementation_mswin description: "Zone that hold SD_TOOL_BAR_BUTTONs." create: make Ancestors COMPARABLE* HASHABLE* SD_ACCESS* SD_DOCKING_MANAGER_HOLDER* SD_WIDGETS_LISTS Queries all_auto_hide_panels: ARRAYED_LIST [SD_AUTO_HIDE_PANEL] all_notebooks: ARRAYED_LIST [SD_NOTEBOOK] all_title_bars: ARRAYED_LIST [SD_TITLE_BAR] all_tool_bar_zones: ARRAYED_LIST [SD_TOOL_BAR_ZONE] all_tool_bars: ARRAYED_LIST [SD_GENERIC_TOOL_BAR] assistant: SD_TOOL_BAR_ZONE_ASSISTANT content: [like internal_content] SD_TOOL_BAR_CONTENT customize_dialog: detachable SD_TOOL_BAR_CUSTOMIZE_DIALOG docking_manager: SD_DOCKING_MANAGER drag_area_rectangle: EV_RECTANGLE floating_tool_bar: detachable SD_FLOATING_TOOL_BAR_ZONE has (a_item: SD_TOOL_BAR_ITEM): BOOLEAN has_drop_function (a_screen_x, a_screen_y: INTEGER_32): BOOLEAN has_pebble_function (a_screen_x, a_screen_y: INTEGER_32): BOOLEAN has_right_click_action (a_screen_x, a_screen_y: INTEGER_32): BOOLEAN hash_code: INTEGER_32 hidden_dialog_position: EV_COORDINATE id_freed: BOOLEAN id_object (an_id: INTEGER_32): detachable IDENTIFIED internal_content: SD_TOOL_BAR_CONTENT is_destroyed: BOOLEAN is_docking_manager_attached: BOOLEAN is_equal (a_other: SD_TOOL_BAR_ZONE): BOOLEAN is_floating: BOOLEAN is_greater alias ">" (other: [like Current] SD_TOOL_BAR_ZONE): BOOLEAN is_greater_equal alias ">=" alias "" (other: [like Current] SD_TOOL_BAR_ZONE): BOOLEAN is_hashable: BOOLEAN is_less alias "<" (a_other: SD_TOOL_BAR_ZONE): BOOLEAN is_less_equal alias "<=" alias "" (other: [like Current] SD_TOOL_BAR_ZONE): BOOLEAN is_vertical: BOOLEAN max alias "" (other: [like Current] SD_TOOL_BAR_ZONE): [like Current] SD_TOOL_BAR_ZONE maximize_size: INTEGER_32 min alias "" (other: [like Current] SD_TOOL_BAR_ZONE): [like Current] SD_TOOL_BAR_ZONE object_id: INTEGER_32 position: INTEGER_32 row: detachable SD_TOOL_BAR_ROW size: INTEGER_32 three_way_comparison alias "" (other: [like Current] SD_TOOL_BAR_ZONE): INTEGER_32 tool_bar: SD_GENERIC_TOOL_BAR tool_bar_items: detachable ARRAYED_LIST [SD_TOOL_BAR_ITEM] Commands add_auto_hide_panel (a_auto_hide_panel: SD_AUTO_HIDE_PANEL) add_notebook (a_notebook: SD_NOTEBOOK) add_title_bar (a_title_bar: SD_TITLE_BAR) add_tool_bar (a_tool_bar: SD_GENERIC_TOOL_BAR) add_tool_bar_zone (a_tool_bar_zone: SD_TOOL_BAR_ZONE) change_direction (a_horizontal: BOOLEAN) clear_docking_manager compute_minmum_size destroy destroy_parent_containers disable_drag_area dispose dock enable_drag_area float (a_screen_x, a_screen_y: INTEGER_32; a_visible: BOOLEAN) free_id hide prune (a_item: SD_TOOL_BAR_ITEM) prune_auto_hide_panel (a_auto_hide_panel: SD_AUTO_HIDE_PANEL) prune_notebook (a_notebook: SD_NOTEBOOK) prune_title_bar (a_title_bar: SD_TITLE_BAR) prune_tool_bar (a_tool_bar: SD_GENERIC_TOOL_BAR) prune_tool_bar_zone (a_tool_bar_zone: SD_TOOL_BAR_ZONE) replace (a_content: SD_TOOL_BAR_CONTENT) set_docking_manager (a_docking_manager: [like docking_manager] SD_DOCKING_MANAGER) set_position (a_screen_x, a_screen_y: INTEGER_32) show update_drag_area wipe_out Constraints not void not void
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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