mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
parent
70bc44d28b
commit
ad0392ec39
@ -267,7 +267,7 @@ Decorator borderStyled(BorderStyle style, Color foreground_color) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Draw a light border around the element.
|
/// @brief Draw a dashed border around the element.
|
||||||
/// @ingroup dom
|
/// @ingroup dom
|
||||||
/// @see border
|
/// @see border
|
||||||
/// @see borderLight
|
/// @see borderLight
|
||||||
@ -302,7 +302,7 @@ Element borderDashed(Element child) {
|
|||||||
return std::make_shared<Border>(unpack(std::move(child)), DASHED);
|
return std::make_shared<Border>(unpack(std::move(child)), DASHED);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @brief Draw a dashed border around the element.
|
/// @brief Draw a light border around the element.
|
||||||
/// @ingroup dom
|
/// @ingroup dom
|
||||||
/// @see border
|
/// @see border
|
||||||
/// @see borderLight
|
/// @see borderLight
|
||||||
|
Loading…
Reference in New Issue
Block a user