LibGUI: Add a date picker dialog

This adds a simple date picker dialog using the existing GUI::Calendar.
This commit is contained in:
david072 2023-10-28 07:48:19 +02:00 committed by Andrew Kaster
commit 8e77c72a5c
Notes: sideshowbarker 2024-07-18 00:54:03 +09:00
4 changed files with 147 additions and 0 deletions

View file

@ -26,6 +26,7 @@ class CheckBox;
class ComboBox;
class Command;
class CommandPalette;
class DatePicker;
class Dialog;
class DialogButton;
class DragEvent;