widgets/menu/menu_theme library
Classes
- TMenuTheme
-
Shared visual + timing + positioning configuration for the overlay-menu
engine.
TDropdownThemeandTSidebarThemeboth extend this so the same overlay widgets (TMenuOverlayPanel,TMenuOverlayItem,TMenuRootTrigger,TMenuTooltip) can render either one — previously the sidebar hardcoded these as staticTSidebarConstantsvalues instead of an instantiable theme, which is the main reason it couldn't share code with the dropdown.