Add "frame" : scrollable area.

This commit is contained in:
Arthur Sonzogni
2019-01-19 22:06:05 +01:00
parent cb4df0b56f
commit fddcbdea65
50 changed files with 543 additions and 243 deletions

View File

@@ -34,7 +34,7 @@ class MyComponent : public Component {
Element Render() override {
int sum = left_menu.selected * 10 + right_menu.selected;
return
frame(
border(
vbox(
// -------- Top panel --------------
hbox(