mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
More rage hacking on Widgets. Some very basic text drawing. :^)
This commit is contained in:
parent
6f37429f57
commit
77bac7216c
7 changed files with 341 additions and 28 deletions
|
@ -15,6 +15,8 @@ int main(int c, char** v)
|
|||
fb.setRootWidget(&w);
|
||||
|
||||
Label l(&w);
|
||||
l.setRect(Rect(100, 100, 300, 100));
|
||||
l.setText("ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]");
|
||||
|
||||
return loop.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue