Python Reference Guide
 
Loading...
Searching...
No Matches
FBDragAndDropState Class Reference

State of Drag and Drop. More...

#include <pyfbsdk.h>

Inheritance diagram for FBDragAndDropState:

Public Attributes

 kFBDragAndDropBegin
 Begin a drag and drop sequence.

 
 kFBDragAndDropDrag
 Dragging.

 
 kFBDragAndDropDrop
 Dropping.

 
 kFBDragAndDropEnd
 End of drag and drop.

 
 kFBDragOnEmpty
 Empty the drag and drop stack.

 
 kFBDragOnEmptyDrop
 Dropping empty stack.

 

Detailed Description

State of Drag and Drop.


See samples: PropertyDrop.py, Spread.py.

Member Data Documentation

◆ kFBDragAndDropBegin

kFBDragAndDropBegin

Begin a drag and drop sequence.

◆ kFBDragAndDropDrag

kFBDragAndDropDrag

Dragging.

◆ kFBDragAndDropDrop

kFBDragAndDropDrop

Dropping.

◆ kFBDragAndDropEnd

kFBDragAndDropEnd

End of drag and drop.

◆ kFBDragOnEmpty

kFBDragOnEmpty

Empty the drag and drop stack.

◆ kFBDragOnEmptyDrop

kFBDragOnEmptyDrop

Dropping empty stack.