Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Drag n Drop: (2 Items)
   
Drag n Drop  
I have implemented drag n drop functionality between a label and a button and it is working fine.

One thing which I would like is to see is the icon or the image being dragged to move along with the pointer as in 
windows.

I checked with the drag and drop documentation but I couldn't find it. Is there any feature in drag n drop to implement 
the same?

Thanks
Re: Drag n Drop  
The last parameter of the PhInitDrag() is a const PhCursorDescription_t *cursor. This is the only way to define "an 
image". You can use a  PhBitmapCursorDescription_t type to define your own two color image.