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 82281 - gtk_layout_get_position(layout, child, &x, &y)
gtk_layout_get_position(layout, child, &x, &y)
Status: RESOLVED DUPLICATE of bug 61652
Product: gtk+
Classification: Platform
Component: Widget: Other
2.0.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 82283
 
 
Reported: 2002-05-19 19:03 UTC by kz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kz 2002-05-19 19:03:46 UTC
http://developer.gnome.org/doc/API/2.0/gtk/gtklayout.html

ATM, GtkLayout does not provide an API to get position of child widget.

I thik GtkLayout is fit to base widget of browser engine.
if 'position' property of CSS set to "absolute", GtkLayout can move the 
widget to desired x,y.

if 'position' to "relative", it'll be best if I can get the current 
position, to calculate desired x,y.
but GtkLayout does not have the API requested.
Comment 1 Owen Taylor 2002-05-20 15:25:46 UTC
See alternate method of getting the position in bug 61652

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