I have a program here that performs face detection and I would like to use these coordinates to move a window created with GTK+ 3.22 using GTK's gtk_window_move function. I would like the window to remain open the entire time while it is moving similar to OpenCV's moveWindow function. I have a program here that performs face detect