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
|
} // 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.
|
/// a container.
|
||||||
/// @ingroup dom
|
/// @ingroup dom
|
||||||
Element filler() {
|
Element filler() {
|
||||||
return std::make_shared<Flex>(function_flex);
|
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.
|
/// container.
|
||||||
/// @ingroup dom
|
/// @ingroup dom
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user