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_1_IMP inherit EV_RIBBON_GROUP feature {NONE} -- Initialization create_interface_objects -- Create objects do create button_1.make_with_command_list (<<{COMMAND_NAME_CONSTANTS}.button_1>>) create button_2.make_with_command_list (<<{COMMAND_NAME_CONSTANTS}.button_2>>) create buttons.make (1) buttons.extend (button_1) buttons.extend (button_2) end feature -- Query button_1: BUTTON_1 button_2: BUTTON_2 end