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 679447 - Need a way to know which child is beging dragged
Need a way to know which child is beging dragged
Status: RESOLVED WONTFIX
Product: egg-list-box
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: egg-list-box-maint
egg-list-box-maint
gnome[unmaintained]
Depends on:
Blocks: 678873
 
 
Reported: 2012-07-05 14:11 UTC by Guillaume Desmottes
Modified: 2018-07-01 09:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add get_drag_child() public API (878 bytes, patch)
2012-07-05 14:17 UTC, Guillaume Desmottes
none Details | Review

Description Guillaume Desmottes 2012-07-05 14:11:02 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.
Comment 1 Guillaume Desmottes 2012-07-05 14:17:32 UTC
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.
Comment 2 André Klapper 2018-07-01 09:46:56 UTC
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.