FTXUI
5.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
namespace | ftxui |
Functions | |
Element | select (Element child) |
Set the child to be the one selected among its siblings. More... | |
Element | focus (Element child) |
Set the child to be the one in focus globally. More... | |
Element | frame (Element child) |
Allow an element to be displayed inside a 'virtual' area. It size can be larger than its container. In this case only a smaller portion is displayed. The view is scrollable to make the focused element visible. More... | |
Element | xframe (Element child) |
Same as frame , but only on the x-axis. More... | |
Element | yframe (Element child) |
Same as frame , but only on the y-axis. More... | |
Element | focusCursorBlock (Element child) |
Same as focus , but set the cursor shape to be a still block. More... | |
Element | focusCursorBlockBlinking (Element child) |
Same as focus , but set the cursor shape to be a blinking block. More... | |
Element | focusCursorBar (Element child) |
Same as focus , but set the cursor shape to be a still block. More... | |
Element | focusCursorBarBlinking (Element child) |
Same as focus , but set the cursor shape to be a blinking bar. More... | |
Element | focusCursorUnderline (Element child) |
Same as focus , but set the cursor shape to be a still underline. More... | |
Element | focusCursorUnderlineBlinking (Element child) |
Same as focus , but set the cursor shape to be a blinking underline. More... | |