Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class EV_RIBBON_COMBO_BOX General cluster: ribbon description: "The Combo Box consists of a single-column list box that contains a collection of mutually exclusive items or Commands combined with a static or edit control and a drop-down arrow. The list box portion of the control is displayed when the user clicks the drop-down arrow." Ancestors EV_RIBBON_BUTTON* Action sequences select_actions: EV_NOTIFY_ACTION_SEQUENCE Queries command_list: ARRAY [NATURAL_32] execute (a_command_id: NATURAL_32; a_execution_verb: INTEGER_32; a_property_key, a_property_value, a_command_execution_properties: POINTER): NATURAL_32 is_enabled: BOOLEAN item_source: ARRAYED_LIST [EV_RIBBON_COMBO_BOX_ITEM] label_title: detachable STRING_32 ribbon: detachable EV_RIBBON selected_item: NATURAL_32 tooltip_description: detachable STRING_32 tooltip_title: detachable STRING_32 update_property (a_command_id: NATURAL_32; a_property_key, a_property_current_value, a_property_new_value: POINTER): NATURAL_32 Commands set_enabled (a_bool: BOOLEAN) set_item_source (a_item_source: [like item_source] ARRAYED_LIST [EV_RIBBON_COMBO_BOX_ITEM]) set_large_image (a_image: EV_PIXEL_BUFFER) set_selected_item (a_index: NATURAL_32) set_small_image (a_image: EV_PIXEL_BUFFER) set_string_value set_text (a_text: STRING_32) set_tooltip_description (a_text: STRING_32) set_tooltip_title (a_text: STRING_32) string_value
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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