# File ext/widgets.rb, line 352 def initialize(name, text, x, y, theme = Themes::blank) @text = text @initialized = false super(name, x, y, x+100,y+30,theme) end