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

Add FocusOutline class for indicating Component keyboard focus

This commit is contained in:
ed 2021-12-20 09:40:42 +00:00 committed by Tom Poole
parent 0e24c9557e
commit 461192b355
14 changed files with 416 additions and 32 deletions

View file

@ -161,6 +161,7 @@ namespace juce
class FlexBox;
class Grid;
class FocusOutline;
#if JUCE_MAC || JUCE_WINDOWS || JUCE_LINUX
Image createSnapshotOfNativeWindow (void* nativeWindowHandle);
@ -259,6 +260,7 @@ namespace juce
#include "menus/juce_BurgerMenuComponent.h"
#include "buttons/juce_ToolbarButton.h"
#include "misc/juce_DropShadower.h"
#include "misc/juce_FocusOutline.h"
#include "misc/juce_JUCESplashScreen.h"
#include "widgets/juce_TreeView.h"
#include "windows/juce_TopLevelWindow.h"