1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/menus
reuk 903c77b977
PopupMenu: Add accessor for top-level target component to Options class
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.
2023-11-29 13:50:39 +00:00
..
juce_BurgerMenuComponent.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_BurgerMenuComponent.h Accessibility: Make createAccessibilityHandler public to allow calls from derived classes 2023-02-09 17:54:18 +00:00
juce_MenuBarComponent.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_MenuBarComponent.h Accessibility: Make createAccessibilityHandler public to allow calls from derived classes 2023-02-09 17:54:18 +00:00
juce_MenuBarModel.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MenuBarModel.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_PopupMenu.cpp PopupMenu: Add accessor for top-level target component to Options class 2023-11-29 13:50:39 +00:00
juce_PopupMenu.h PopupMenu: Add accessor for top-level target component to Options class 2023-11-29 13:50:39 +00:00