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

Linux: XEmbedComponent: Improve focus transfer handling

This commit is contained in:
attila 2024-01-11 20:06:22 +01:00 committed by Anthony Nicholls
parent c320a42c36
commit 624fed2c7f
2 changed files with 23 additions and 4 deletions

View file

@ -112,7 +112,7 @@ protected:
//==============================================================================
/** @internal */
void paint (Graphics&) override;
void focusGained (FocusChangeType) override;
void focusGainedWithDirection (FocusChangeType, FocusChangeDirection) override;
void focusLost (FocusChangeType) override;
void broughtToFront() override;