# File ext/widgets.rb, line 4 def initialize(name=:unnamed, theme=Themes::blank) super(name, 0, 0, 640, 480, theme) @vline=0 @oldtext=[] @textm=false clear stickFocus begin @theme.font.default = Gosu::Font.new($window, "Courier New", @theme.font.default.height) rescue end end