Window.move

Move the window to an absolute position. just calls move(int, int). convinience because GdkEvent structs return the position coords as doubles

  1. void move(double x, double y)
    class Window
    void
    move
    (
    double x
    ,
    double y
    )
  2. void move(int x, int y)