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

Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux

This commit is contained in:
hogliux 2017-03-28 14:26:20 +01:00
parent 9c62eaf4f8
commit c69d24fa7a
7 changed files with 934 additions and 22 deletions

View file

@ -86,6 +86,7 @@ namespace juce
#include "embedding/juce_ActiveXControlComponent.h"
#include "embedding/juce_NSViewComponent.h"
#include "embedding/juce_UIViewComponent.h"
#include "embedding/juce_XEmbedComponent.h"
#include "misc/juce_AppleRemote.h"
#include "misc/juce_BubbleMessageComponent.h"
#include "misc/juce_ColourSelector.h"