note
	description: "[
					Generated by EiffelRibbon tool
																							]"
	date: "$Date$"
	revision: "$Revision$"

class
	SPINNER

inherit
	SPINNER_IMP

create
	{EV_RIBBON_GROUP} make_with_command_list

feature -- Query

	text: STRING_32 = "Spinner 1"
			-- This is generated by EiffelRibbon tool

feature {NONE} -- Action handling


end