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 TAB_CHECK_BOX_IMP inherit EV_RIBBON_TAB feature {NONE} -- Initialization create_interface_objects -- Create objects do create group_check_box.make_with_command_list (<<{COMMAND_NAME_CONSTANTS}.group_check_box>>) create groups.make (1) groups.extend (group_check_box) end feature -- Query group_check_box: GROUP_CHECK_BOX end