mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-21 11:08:09 +08:00
Add "frame" : scrollable area.
This commit is contained in:
@@ -14,11 +14,11 @@ A C++ library for making text based user interface.
|
||||
~~~cpp
|
||||
vbox(
|
||||
hbox(
|
||||
text(L"left") | frame,
|
||||
text(L"middle") | frame | flex,
|
||||
text(L"right") | frame
|
||||
text(L"left") | border,
|
||||
text(L"middle") | border | flex,
|
||||
text(L"right") | border
|
||||
),
|
||||
gauge(0.5) | frame
|
||||
gauge(0.5) | border
|
||||
)
|
||||
~~~
|
||||
|
||||
|
Reference in New Issue
Block a user