summaryrefslogtreecommitdiff
path: root/scene/gui/menu_bar.h
AgeCommit message (Expand)Author
2022-09-01Add a lifecycle method for manual theme item caching to ControlYuri Sizov
2022-08-30Fix switching `MenuBar`'s menus with the keys while mouse hoveringMichael Alexsander
2022-08-28Add item auto-highlighting to `MenuBar`Michael Alexsander
2022-08-18Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg