serenity/Applications/TextEditor
Andreas Kling a17fbd98e7 LibGUI: Add input types to GMessageBox.
Currently the two available input types are:

- GMessageBox::InputType::OK (default)
- GMessageBox::InputType::OKCancel

Based on your choice, GMessageBox::exec() will return ExecOK or ExecCancel.
2019-07-16 21:41:13 +02:00
..
main.cpp TextEditor: Show window after text_widget loads 2019-07-16 08:34:51 +02:00
Makefile TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 2019-07-11 20:52:33 +02:00
TextEditorWidget.cpp LibGUI: Add input types to GMessageBox. 2019-07-16 21:41:13 +02:00
TextEditorWidget.h TextEditorWidget: Added improved save feature. 2019-07-15 18:33:33 +02:00