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

@@ -69,7 +69,7 @@ class MyComponent : public Component {
Render(L"radiobox", radiobox),
separator(),
Render(L"input", input)
) | frame;
) | border | frame | size(10,10) | border;
}
};