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