mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This allows the LookAndFeel of submenus to query the target component used for the top-level menu. getTargetComponent() isn't suitable for this because the target component is set to null for submenus, and this behaviour can't be changed without potentially breaking code that relies on the current behaviour. |
||
|---|---|---|
| .. | ||
| juce_BurgerMenuComponent.cpp | ||
| juce_BurgerMenuComponent.h | ||
| juce_MenuBarComponent.cpp | ||
| juce_MenuBarComponent.h | ||
| juce_MenuBarModel.cpp | ||
| juce_MenuBarModel.h | ||
| juce_PopupMenu.cpp | ||
| juce_PopupMenu.h | ||