mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-23 21:58:09 +08:00
@@ -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
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user