mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Allow the widgets demo to be embedded in other demos
This commit is contained in:
parent
057b555f08
commit
525a92e47b
1 changed files with 2 additions and 0 deletions
|
|
@ -46,7 +46,9 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifndef PIP_DEMO_UTILITIES_INCLUDED
|
||||||
#include "../Assets/DemoUtilities.h"
|
#include "../Assets/DemoUtilities.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
static void showBubbleMessage (Component& targetComponent, const String& textToShow,
|
static void showBubbleMessage (Component& targetComponent, const String& textToShow,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue