# File gglib/ext/widgets.rb, line 5
  def initialize(name="unnamed", theme=Themes::blank)
    super(name, 0, 0, 640, 480, theme)
    @vline=0
    @oldtext=[]
    @textm=false
    clear
    stickFocus
  end