Files
ladybird/Userland/Libraries/LibGUI/Button.cpp
Andreas Kling 15349a3712 LibGUI: Add ability to assign a menu to a GUI::Button
When a button has a menu, it opens the menu on mousedown and the
menu gains input focus immediately. While the menu is open, the
button is painted in a pressed state.
2021-04-05 18:09:04 +02:00

6.0 KiB