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

GUI: Added a SidePanel component class which is useful for auxiliary UI components on mobile

This commit is contained in:
ed 2017-11-09 17:06:28 +00:00
parent ae9ec7c6e5
commit 1b962aa2f2
8 changed files with 475 additions and 1 deletions

View file

@ -263,6 +263,7 @@ namespace juce
#include "windows/juce_ThreadWithProgressWindow.h"
#include "windows/juce_TooltipWindow.h"
#include "layout/juce_MultiDocumentPanel.h"
#include "layout/juce_SidePanel.h"
#include "filebrowser/juce_FileBrowserListener.h"
#include "filebrowser/juce_DirectoryContentsList.h"
#include "filebrowser/juce_DirectoryContentsDisplayComponent.h"