# File ext/widgets.rb, line 418
    def initialize(x1,y1,x2,y2)
      @x1,@y1,@x2,@y2 = x1,y1,x2,y2
    end