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