|
FTXUI 6.1.9
C++ functional terminal UI.
|
Aller au code source de ce fichier.
Espaces de nommage | |
| namespace | ftxui |
| L'espace de noms FTXUI ftxui:: | |
Fonctions | |
| Element | paragraph (const std::string &the_text) |
| Renvoie un élément affichant le paragraphe sur plusieurs lignes. | |
| Element | paragraphAlignLeft (const std::string &the_text) |
| Renvoie un élément affichant le paragraphe sur plusieurs lignes, aligné à gauche. | |
| Element | paragraphAlignRight (const std::string &the_text) |
| Renvoie un élément affichant le paragraphe sur plusieurs lignes, aligné à droite. | |
| Element | paragraphAlignCenter (const std::string &the_text) |
| Renvoie un élément affichant le paragraphe sur plusieurs lignes, aligné au centre. | |
| Element | paragraphAlignJustify (const std::string &the_text) |
| Renvoie un élément affichant le paragraphe sur plusieurs lignes, aligné en utilisant un alignement justifié. | |