I just want to put an Image on a screen given the X and Y.
+2
A:
Use a GtkFixed container to absolute position inside a GtkWindow
If you want to absolute position the toplevel window itself use gtk_window_move().
Havoc P
2010-10-26 15:06:17