C�sar Leonardo Blum Silveira wrote:

Hello all,

How can I Make my app start with it's top left corner right where the
mouse pointer is pointing at?



root = gdk_screen_get_root_window(gdk_screen_get_default()); gdk_window_get_pointer(root, &x, &y, &modif);



Thanks,

C�sar
_______________________________________________
gtk-app-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list




_______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to