mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-20 02:28:10 +08:00
Pipeable decoration and the package_manager example.
- Pipeable decorator. - package_manager example.
This commit is contained in:
@@ -9,21 +9,21 @@ int main(int argc, const char *argv[])
|
||||
vbox(
|
||||
hbox(
|
||||
text(L"north-west"),
|
||||
flex(),
|
||||
filler(),
|
||||
text(L"north-east")
|
||||
),
|
||||
flex(),
|
||||
filler(),
|
||||
hbox(
|
||||
hbox(
|
||||
flex(),
|
||||
filler(),
|
||||
text(L"center"),
|
||||
flex()
|
||||
filler()
|
||||
)
|
||||
),
|
||||
flex(),
|
||||
filler(),
|
||||
hbox(
|
||||
text(L"south-west"),
|
||||
flex(),
|
||||
filler(),
|
||||
text(L"south-east")
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user