mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:45:06 +00:00
Add a simple MsgBox() :^)
This commit is contained in:
parent
e9e7f7a714
commit
3ebea05996
9 changed files with 89 additions and 0 deletions
|
@ -111,3 +111,7 @@ void Window::setFocusedWidget(Widget* widget)
|
|||
previouslyFocusedWidget->repaint(Rect());
|
||||
}
|
||||
|
||||
void Window::close()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue