mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibGUI: Add CommonActions::make_command_palette_action()
This commit is contained in:
parent
b077fccd3d
commit
6bb512d0b2
Notes:
sideshowbarker
2024-07-17 05:07:27 +09:00
Author: https://github.com/demostanis
Commit: 6bb512d0b2
Pull-request: https://github.com/SerenityOS/serenity/pull/15596
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg
2 changed files with 18 additions and 0 deletions
|
@ -52,6 +52,7 @@ NonnullRefPtr<Action> make_zoom_out_action(Function<void(Action&)>, Core::Object
|
|||
NonnullRefPtr<Action> make_reset_zoom_action(Function<void(Action&)>, Core::Object* parent = nullptr);
|
||||
NonnullRefPtr<Action> make_rotate_clockwise_action(Function<void(Action&)>, Core::Object* parent = nullptr);
|
||||
NonnullRefPtr<Action> make_rotate_counterclockwise_action(Function<void(Action&)>, Core::Object* parent = nullptr);
|
||||
NonnullRefPtr<Action> make_command_palette_action(Window* window = nullptr);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue