mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
Add a simple MsgBox() :^)
This commit is contained in:
parent
e9e7f7a714
commit
3ebea05996
9 changed files with 89 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "CheckBox.h"
|
||||
#include "ListBox.h"
|
||||
#include "TextBox.h"
|
||||
#include "MsgBox.h"
|
||||
#include <cstdio>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
@ -103,5 +104,7 @@ int main(int argc, char** argv)
|
|||
clockWin->setRect({ 500, 50, 100, 40 });
|
||||
clockWin->setMainWidget(new ClockWidget);
|
||||
|
||||
MsgBox(nullptr, "This is a message box!");
|
||||
|
||||
return loop.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue