mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
Intense hacking on Widgets.
This commit is contained in:
parent
8c84f9749e
commit
6f37429f57
20 changed files with 290 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "FrameBufferSDL.h"
|
||||
#include "EventLoopSDL.h"
|
||||
#include "RootWidget.h"
|
||||
#include "Label.h"
|
||||
#include <cstdio>
|
||||
|
||||
int main(int c, char** v)
|
||||
|
@ -13,5 +14,7 @@ int main(int c, char** v)
|
|||
RootWidget w;
|
||||
fb.setRootWidget(&w);
|
||||
|
||||
Label l(&w);
|
||||
|
||||
return loop.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue