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