tags:

views:

17

answers:

1

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