Add paragraph and fix hflow

This commit is contained in:
Arthur Sonzogni
2019-01-23 00:26:36 +01:00
parent 610b86183b
commit ce7867ab03
6 changed files with 59 additions and 5 deletions

View File

@@ -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);