mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Update document WIP.
This commit is contained in:
committed by
Arthur Sonzogni
parent
177df31d41
commit
75c424cea9
@@ -43,6 +43,10 @@ class DBox : public Node {
|
||||
}
|
||||
};
|
||||
|
||||
/// @brief Stack several element on top of each other.
|
||||
/// @param The input element.
|
||||
/// @return The right aligned element.
|
||||
/// @ingroup dom
|
||||
Element dbox(Elements children) {
|
||||
return std::make_shared<DBox>(std::move(children));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user