note description: "[ Generated by EiffelRibbon tool Don't edit this file, since it will be replaced by EiffelRibbon tool generated files everytime ]" date: "$Date$" revision: "$Revision$" deferred class GROUP_SPLIT_BUTTON_IMP inherit EV_RIBBON_GROUP feature {NONE} -- Initialization create_interface_objects -- Create objects do create split_button.make_with_command_list (<<{COMMAND_NAME_CONSTANTS}.split_button>>) create split_button_change_small_image.make_with_command_list (<<{COMMAND_NAME_CONSTANTS}.split_button_change_small_image>>) create buttons.make (1) buttons.extend (split_button) buttons.extend (split_button_change_small_image) end feature -- Query split_button: SPLIT_BUTTON split_button_change_small_image: SPLIT_BUTTON_CHANGE_SMALL_IMAGE end