Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class SD_TOOL_BAR_ZONE_STATE General cluster: implementation_mswin description: "Store tool bar zone state." create: make Ancestors ANY Queries container_direction: INTEGER_32 container_row_number: INTEGER_32 customize_dialog_height: INTEGER_32 customize_dialog_width: INTEGER_32 floating_group_info: detachable SD_TOOL_BAR_GROUP_INFO is_direction_valid (a_direction: INTEGER_32): BOOLEAN is_docking_state_recorded: BOOLEAN is_only_zone: BOOLEAN is_vertical: BOOLEAN items_layout: detachable ARRAYED_LIST [TUPLE [READABLE_STRING_GENERAL, BOOLEAN]] position: INTEGER_32 screen_x: INTEGER_32 screen_y: INTEGER_32 size: INTEGER_32 Commands set_container_direction (a_direction: INTEGER_32) set_container_row_number (a_row_number: INTEGER_32) set_cutomize_dialog_size (a_width, a_height: INTEGER_32) set_floating_group_info (a_group_info: SD_TOOL_BAR_GROUP_INFO) set_is_only_zone (a_only_zone: BOOLEAN) set_items_layout (a_layout: [like items_layout] detachable ARRAYED_LIST [TUPLE [READABLE_STRING_GENERAL, BOOLEAN]]) set_position (a_position: INTEGER_32) set_screen_x (a_screen_x: INTEGER_32) set_screen_y (a_screen_y: INTEGER_32) set_size (a_size: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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