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
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);
Hello all,
How can I Make my app start with it's top left corner right where the
mouse pointer is pointing at?
Thanks,
César
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list