14export namespace ftxui {
28 using ftxui::operator|;
29 using ftxui::operator|=;
36 using ftxui::Container::Vertical;
37 using ftxui::Container::Horizontal;
38 using ftxui::Container::Tab;
39 using ftxui::Container::Stacked;
43 using ftxui::Checkbox;
46 using ftxui::MenuEntry;
47 using ftxui::Radiobox;
48 using ftxui::Dropdown;
51 using ftxui::ResizableSplit;
52 using ftxui::ResizableSplitLeft;
53 using ftxui::ResizableSplitRight;
54 using ftxui::ResizableSplitTop;
55 using ftxui::ResizableSplitBottom;
56 using ftxui::Renderer;
57 using ftxui::CatchEvent;
60 using ftxui::Collapsible;
61 using ftxui::Hoverable;
Option for the Checkbox component.
Represent an event. It can be key press event, a terminal resize, or more ...
Option for the Radiobox component.
Module file for FTXUI component operations.
The FTXUI ftxui::Container:: namespace.
The FTXUI ftxui:: namespace.
std::function< Element(Element)> ElementDecorator
std::function< Component(Component)> ComponentDecorator