GNOME Bugzilla – Bug 144169
bounds-changed event needs to be emitted when a widget is repositioned
Last modified: 2004-12-22 21:47:04 UTC
when a gtkwidget's position within its container changes, an AtkComponent::bounds-changed notification should occur. (see also related bug 141191)
It would be ideal if such an event could also be emitted on the toplevel window when it is moved, but this may not be feasible (or it may be better to emit only a "window:moved" notification). See related bug 144170.
Do you have a test case for when a widget's position within its container changes?
GOK might be a nice worst-case, as when it's resized all the GokButtons get moved about within the GtkFixed. Wouldn't any resizeable Gtk window move its contained widgets in a similar way (whether via GtkFixed or some nicer packing widget) ?
The bounds-cchanged signal is emitted because of bug #144191.
The bug number should be #141191. *** This bug has been marked as a duplicate of 141191 ***