1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:28:13 +00:00
serenity/Applications/TextEditor
Andreas Kling 705cee528a LibGUI: Make it easier to create checkable GUI::Actions
This patch adds GUI::Action::create_checkable() helpers that work just
like the existing create() helpers, but the actions become checkable(!)

Clients are no longer required to manage the checked state of their
actions manually, but instead they will be checked/unchecked as needed
by GUI::Action itself before the activation hook is fired.
2020-04-21 17:21:28 +02:00
..
main.cpp LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients 2020-03-04 14:26:16 +01:00
Makefile TextEditor: Use Javascript syntax highlighter 2020-03-13 22:53:13 +01:00
TextEditorWidget.cpp LibGUI: Make it easier to create checkable GUI::Actions 2020-04-21 17:21:28 +02:00
TextEditorWidget.h TextEditor: Use Javascript syntax highlighter 2020-03-13 22:53:13 +01:00