GNOME Bugzilla – Bug 82281
gtk_layout_get_position(layout, child, &x, &y)
Last modified: 2004-12-22 21:47:04 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.
See alternate method of getting the position in bug 61652 *** This bug has been marked as a duplicate of 61652 ***