diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2020-07-14 17:02:46 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-15 13:19:44 +0200 |
commit | b2783a234aa14e5c382d9bf225b4ec54d9b98852 (patch) | |
tree | 713a3d1d35e883b39b3ce19ac8c3649fcca3d329 /Libraries/LibGUI/RadioButton.h | |
parent | dc716194c83bf308d6937cee021993bf82816e3c (diff) | |
download | serenity-b2783a234aa14e5c382d9bf225b4ec54d9b98852.zip |
LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
Adds a new, more restrictive read-only state to TextEditor which
forbids copying, selecting, editor cursors, and context menus.
Provides a unique appearance on focus which accomodates ComboBox
widgets. All TextEditor modes are now accessed by enum and
set_mode() which sets the editor to Editable, ReadOnly or
DisplayOnly. Updates applications still using set_readonly().
Diffstat (limited to 'Libraries/LibGUI/RadioButton.h')
0 files changed, 0 insertions, 0 deletions