| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgdk3.pas line 2915
type TGdkDragAction = set of (  | 
||
TGdkDragActionIdxMinValue = 0,  | 
  | 
|
GDK_ACTION_DEFAULT = 0,  | 
  | 
|
GDK_ACTION_COPY = 1,  | 
  | 
|
GDK_ACTION_MOVE = 2,  | 
  | 
|
GDK_ACTION_LINK = 3,  | 
  | 
|
GDK_ACTION_PRIVATE = 4,  | 
  | 
|
GDK_ACTION_ASK = 5,  | 
  | 
|
TGdkDragActionIdxMaxValue = 31  | 
  | 
|
);  |