Hi, I would like to create a new window at given x and y coordinates.
I took a look at GtkWindow::set_position, but I can only chose some fixed positions:
0 Gtk::WIN_POS_NONE
1 Gtk::WIN_POS_CENTER
2 Gtk::WIN_POS_MOUSE
3 Gtk::WIN_POS_CENTER_ALWAYS
4 Gtk::WIN_POS_CENTER_ON_PARENT
For more information please see:
http://gtk.php.net/manual/en/gtk.gtkwindow.method.set_position.php http://gtk.php.net/manual/en/gtk.enum.windowposition.php
Is it possible with GTK to place a window at given x and y coordinates?