On Sat, Apr 09, 2005 at 09:18:37PM -0300, César Leonardo Blum Silveira wrote: > 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); Then the ugly part starts, you can use gtk_window_move(), though that means relying on window manager. Yeti -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list