# File ext/widgets.rb, line 175 def initialize(name=:unnamed) super(name, 0,0,640,60, Themes::tracePanel) clear begin @theme.font.default = Gosu::Font.new($window, "Courier New", @theme.font.default.height) rescue end end