GNOME Bugzilla – Bug 679447
Need a way to know which child is beging dragged
Last modified: 2018-07-01 09:46:56 UTC
When starting a DnD from the list box, user needs to know which child is being dragged. Gtk does that by saving the last widget clicked on in the press_button callback so I implemented this that way as well.
Created attachment 218092 [details] [review] Add get_drag_child() public API Needed when dragging a widget from the box to know which child is being dragged. We can't use get_selected_child() as it's selected when the button is released.
egg-list-box is not under active development anymore and has not seen code changes for five years. Its codebase has been archived: https://gitlab.gnome.org/Archive/egg-list-box/commits/master Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.