Currently, it doesn't seem possible to set a custom image for the itmes of a ListBox that are dragged around (i.e. for which the ListBoxModel returns a non-null var from getDragSourceDescription())
What do you think about adding an Image& argument to the getDragSourceDescription() callback, where the ListBoxModel can put a custom image for the dragging operation, or leave it to null to use the default one?
