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 678603 - API to higlight widget during DnD
API to higlight widget during DnD
Status: RESOLVED FIXED
Product: egg-list-box
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: egg-list-box-maint
egg-list-box-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-22 08:09 UTC by Guillaume Desmottes
Modified: 2012-06-25 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add API to (un)highlight a widget during DnD (1.45 KB, patch)
2012-06-22 08:10 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2012-06-22 08:09:54 UTC
I managed to implement DnD support in my roster without touching EggListbox at all. But I think it would be best to have the code managing the highlight of the DnD widget in EggListBox itself. It feels like the proper place to have it and will be handy if/when we'll implement more DnD features in the box itself.
Comment 1 Guillaume Desmottes 2012-06-22 08:10:40 UTC
Created attachment 217004 [details] [review]
add API to (un)highlight a widget during DnD
Comment 2 Guillaume Desmottes 2012-06-25 08:23:22 UTC
Attachment 217004 [details] pushed as 15eab59 - add API to (un)highlight a widget during DnD