Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|
Tom
|
1c1ab71692
|
WindowServer/LibGUI: Add default menu items and allow default action for context menu
By specifying an optional Action for Menu::popup an application
can specify what item should be displayed as a default item.
|
2020-07-11 11:45:49 +02:00 |
|
Andreas Kling
|
f0cde70c18
|
LibGUI: Simplify submenu construction
The API for adding a submenu to a menu is now:
auto& submenu = menu.add_submenu("Name");
submenu.add_action(my_action);
|
2020-04-29 11:48:11 +02:00 |
|
Andreas Kling
|
b011ea9962
|
LibGUI: Reduce menu-related header dependencies
|
2020-02-15 01:56:30 +01:00 |
|
Andreas Kling
|
6a9cc66b97
|
LibGUI: Remove leading G from filenames
|
2020-02-06 20:33:02 +01:00 |
|