mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-10-02 17:39:03 +08:00
Add paragraph and fix hflow
This commit is contained in:
@@ -19,6 +19,7 @@ Element gauge(float ratio);
|
||||
Element border(Element);
|
||||
Element window(Element title, Element content);
|
||||
Element spinner(int charset_index, size_t image_index);
|
||||
Elements paragraph(std::wstring text); // Use inside hflow(). Split by space.
|
||||
|
||||
// -- Decorator ---
|
||||
Element bold(Element);
|
||||
|
Reference in New Issue
Block a user