GtkWindow::begin_move_drag
void begin_move_drag(int
button, int
root_x, int
root_y, int
timestamp);
Begins moving a window.
This method is not normally called in code. If you need to move a window,
call
set_position() or
move() .
See also:
set_position() ,
move()