Bug 369823

Summary: Provide possibility to obtain drag-and-drop system cursors
Product: [Eclipse Project] Platform Reporter: Thomas Singer <eclipse>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: akurtakov, eclipse.felipe, Silenio_Quarti
Version: 4.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Thomas Singer CLA 2012-01-26 11:15:33 EST
Build Identifier: 

e.g. for drag-not-allowed

Reproducible: Always
Comment 1 Felipe Heidrich CLA 2012-01-30 11:28:18 EST
Silenio, do you know if that is possible on all system ?

Thomas, why do you need it. Doesn't the system set the drag-not-allowed for you during drag operation ?
Comment 2 Thomas Singer CLA 2012-01-30 13:38:46 EST
We simulate drag and drop of tool windows using a mouse listener and need to set the cursor ourselfs.
Comment 3 Alexander Kurtakov CLA 2018-03-28 02:13:59 EDT
Isn't CURSOR_NO good for this usage?