1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added class: TextDragAndDropTarget.

This commit is contained in:
jules 2012-05-23 13:07:27 +01:00
parent ec89065a44
commit 5caaa4009a
32 changed files with 435 additions and 190 deletions

View file

@ -26,10 +26,6 @@
#ifndef __JUCE_FILEDRAGANDDROPTARGET_JUCEHEADER__
#define __JUCE_FILEDRAGANDDROPTARGET_JUCEHEADER__
#include "../components/juce_Component.h"
//==============================================================================
/**
Components derived from this class can have files dropped onto them by an external application.