wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.17k stars 1.77k forks source link

wxDropSource should support wxBitmap instead wxCursor #9309

Open wxtrac opened 19 years ago

wxtrac commented 19 years ago

Issue migrated from trac ticket # 9309

component: GUI-all | priority: low | keywords: dnd wxBitmap wxDropSource

2005-06-01 10:12:46: jericho4712 created the issue


Using the wxDropSource for dragging operations between different windows is limited to wxCursor and it's small image size. It is very usefull to support wxBitmap instead for larger dragimages.

wxtrac commented 18 years ago

2006-10-28 19:00:04: @vadz commented


At least under MSW a cursor has to be used so I don't think it's possible to change this.

wxtrac commented 16 years ago

2008-05-27 14:10:39: @wojdyr changed component from * to GUI-all*