mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
parent
a58e6e6bcf
commit
65296b9aa3
@ -92,14 +92,14 @@ class Flex : public Node {
|
||||
|
||||
} // namespace
|
||||
|
||||
/// @brief An element that will take expand proportionnally to the space left in
|
||||
/// @brief An element that will take expand proportionally to the space left in
|
||||
/// a container.
|
||||
/// @ingroup dom
|
||||
Element filler() {
|
||||
return std::make_shared<Flex>(function_flex);
|
||||
}
|
||||
|
||||
/// @brief Make a child element to expand proportionnally to the space left in a
|
||||
/// @brief Make a child element to expand proportionally to the space left in a
|
||||
/// container.
|
||||
/// @ingroup dom
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user