# File test/unit/ui/fox/testrunner.rb, line 40
     def initialize(suite)
						super(main_app, "R2 TestRunner", nil, nil, DECOR_ALL, 20, 20)
	
						FXTooltip.new(main_app)
	
						@suite = suite
	
						FXMAPFUNC(SEL_COMMAND, ID_RUN, "on_run")
						FXMAPFUNC(SEL_COMMAND, ID_SELECT_LISTITEM, "on_select_list_item")
						FXMAPFUNC(SEL_COMMAND, ID_QUIT, "on_quit")
	
						@red = false
	
						main_panel
					end