GNOME Bugzilla – Bug 55379
add gtk_window_get_position ()
Last modified: 2011-02-04 16:09:25 UTC
There is a function void gtk_window_set_position (GtkWindow *window, GtkWindowPosition position); which sets a window position But looks that it's impossible to get this position. So, I propose to add function GtkWindowPosition gtk_window_get_position (GtkWindow *window).
The initial bug report is not correct. Actually there is GtkWindow::window-position so we can get this position. However, I assume that if we have set_value() method we should have get_value() method.
*** This bug has been marked as a duplicate of 55767 ***