File: textDrag.h

package info (click to toggle)
nedit 5.02-2
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,460 kB
  • ctags: 2,911
  • sloc: ansic: 39,134; yacc: 335; makefile: 65; sh: 8
file content (7 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
enum blockDragTypes {USE_LAST, DRAG_COPY, DRAG_MOVE, DRAG_OVERLAY_MOVE,
    	DRAG_OVERLAY_COPY};

void BeginBlockDrag(TextWidget tw);
void BlockDragSelection(TextWidget tw, int x, int y, int dragType);
void FinishBlockDrag(TextWidget tw);
void CancelBlockDrag(TextWidget tw);