# File gtk/sample/misc/mouse-gesture.rb, line 329
  def gesture(x, y, base_x, base_y)
    if layout
      layout.gesture(self, @gesture_button, x, y, base_x, base_y)
    end
  end