1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:17:35 +00:00

LibGUI: Add DialogButton convenience class

DialogButton is a small convenience class, that just gives a button to
be used in dialogs for a more consistent look around the system.
This commit is contained in:
FrHun 2022-06-10 22:58:25 +02:00 committed by Linus Groh
parent 1a641f9af7
commit 4c84e64b2a
3 changed files with 14 additions and 0 deletions

View file

@ -23,6 +23,7 @@ class CheckBox;
class ComboBox;
class Command;
class CommandPalette;
class DialogButton;
class DragEvent;
class DropEvent;
class EditingEngine;