1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux.

This commit is contained in:
jules 2012-10-22 12:28:46 +01:00
parent 81232e6442
commit 565cb189ea
6 changed files with 440 additions and 57 deletions

View file

@ -92,6 +92,8 @@ public:
static void getAllSelectedNodesInTree (Component* componentInTree, OwnedArray <Project::Item>& selectedNodes);
File getDraggableFile() const { return getFile(); }
//==============================================================================
Project::Item item;