Files
ladybird/LibGUI
Andreas Kling 4c0f586f2b LibGUI: Add a spinbox widget.
This is essentially a combo widget containing a single-line GTextEditor
and two buttons for increment and decrement. The GTextEditor::on_change
callback is hooked to prevent non-numeric input but it's not entirely
perfect since that callback is asynchronous. This will work until we have
some more sophisticated input validation mechanism though.
2019-04-09 16:29:00 +02:00
..
2019-03-19 02:22:49 +01:00
2019-03-25 14:46:37 +01:00
2019-03-19 02:22:49 +01:00
2019-03-25 13:05:24 +01:00
2019-03-16 01:10:48 +01:00
2019-03-16 01:10:48 +01:00
2019-03-16 01:10:48 +01:00
2019-04-07 19:35:48 +02:00
2019-04-09 16:29:00 +02:00
2019-04-09 16:29:00 +02:00
2019-04-09 16:29:00 +02:00