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 61652 - No way to get a child_widget position in the GtkLayout widget.
No way to get a child_widget position in the GtkLayout widget.
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 82281 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-10-03 10:27 UTC by Alexey A. Malyshev
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexey A. Malyshev 2001-10-03 10:27:30 UTC
gtk_layout_put (GtkLayout *layout,GtkWidget *child_widget,gint x,gint y)
adds child_widget to layout, at position (x,y), 
but there is no function which gets position (x,y) of child_widget in the
layout.
Comment 1 Owen Taylor 2001-10-03 14:09:52 UTC
  gtk_container_child_get (layout, child, "x", &x, "y", &y, NULL);

Is one way. Since this isn't exactly a common operation, I 
think this is enough.


Comment 2 Owen Taylor 2002-05-20 15:25:44 UTC
*** Bug 82281 has been marked as a duplicate of this bug. ***