After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 55379 - add gtk_window_get_position ()
add gtk_window_get_position ()
Status: RESOLVED DUPLICATE of bug 55767
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-05-28 18:33 UTC by Vitaly Tishkov
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vitaly Tishkov 2001-05-28 18:33:21 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).
Comment 1 Vitaly Tishkov 2001-05-29 14:16:37 UTC
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.
Comment 2 Havoc Pennington 2001-06-05 17:34:04 UTC

*** This bug has been marked as a duplicate of 55767 ***