#include "sgdrag.h"
#include "dragbmp.h"
Go to the source code of this file.
Classes | |
class | SGNameDrag |
A Wix ObjectName attribute drag, which was started from the Name gallery. More... | |
class | SGNameDragTarget |
An instantiation of this class is created by each entity which wishes to provide a 'destination' to which the mouse can go to complete a drag. This particular target is used for handling drags of NameGalllery items within their displayed list. It automatically handles drags with draginfo derived from BitmapDragInformation. Notes: Drag targets are destroyed automatically when a drag finishes by the drag manager with which they were registered. To remove a drag target at any time, destroy it - it automatically deregisters and cleans up. More... |