JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_gui_extra.h File Reference
Include dependency graph for juce_gui_extra.h:
This graph shows which files directly or indirectly include this file:

Macros

#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR   1
 Config: JUCE_ENABLE_LIVE_CONSTANT_EDITOR This lets you turn on the JUCE_ENABLE_LIVE_CONSTANT_EDITOR support (desktop only). More...
 
#define JUCE_GUI_EXTRA_H_INCLUDED
 
#define JUCE_USE_WIN_WEBVIEW2   0
 Config: JUCE_USE_WIN_WEBVIEW2 Enables the use of the Microsoft Edge (Chromium) WebView2 browser on Windows, currently in developer preview. More...
 
#define JUCE_WEB_BROWSER   1
 Config: JUCE_WEB_BROWSER This lets you disable the WebBrowserComponent class. More...
 

Macro Definition Documentation

◆ JUCE_ENABLE_LIVE_CONSTANT_EDITOR

#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR   1

Config: JUCE_ENABLE_LIVE_CONSTANT_EDITOR This lets you turn on the JUCE_ENABLE_LIVE_CONSTANT_EDITOR support (desktop only).

By default this will be enabled for debug builds and disabled for release builds. See the documentation for that macro for more details.

◆ JUCE_GUI_EXTRA_H_INCLUDED

#define JUCE_GUI_EXTRA_H_INCLUDED

◆ JUCE_USE_WIN_WEBVIEW2

#define JUCE_USE_WIN_WEBVIEW2   0

Config: JUCE_USE_WIN_WEBVIEW2 Enables the use of the Microsoft Edge (Chromium) WebView2 browser on Windows, currently in developer preview.

If using the Projucer, the Microsoft.Web.WebView2 package will be added to the project solution if this flag is enabled. If you are building using CMake you will need to manually add the package via the Visual Studio package manager.

In addition to enabling this macro, you will need to use the WindowsWebView2WebBrowserComponent wrapper - see the documentation of that class for more details.

◆ JUCE_WEB_BROWSER

#define JUCE_WEB_BROWSER   1

Config: JUCE_WEB_BROWSER This lets you disable the WebBrowserComponent class.

If you're not using any embedded web-pages, turning this off may reduce your code size.