|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <component_options.hpp>
Data Fields | |
| Element | inner |
| The element wrapped inside this window. | |
| const std::string & | title |
| The title of the window. | |
| bool | active = false |
| Whether the window is the active one. | |
| bool | drag = false |
| Whether the window is being dragged. | |
| bool | resize = false |
| Whether the window is being resized. | |
| bool | hover_left = false |
| Whether the resizeable left side is hovered. | |
| bool | hover_right = false |
| Whether the resizeable right side is hovered. | |
| bool | hover_top = false |
| Whether the resizeable top side is hovered. | |
| bool | hover_down = false |
| Whether the resizeable down side is hovered. | |
Definition at line 234 of file component_options.hpp.
| Element inner |
The element wrapped inside this window.
Definition at line 235 of file component_options.hpp.
| const std::string& title |
The title of the window.
Definition at line 236 of file component_options.hpp.
| bool active = false |
Whether the window is the active one.
Definition at line 237 of file component_options.hpp.
| bool drag = false |
Whether the window is being dragged.
Definition at line 238 of file component_options.hpp.
| bool resize = false |
Whether the window is being resized.
Definition at line 239 of file component_options.hpp.
| bool hover_left = false |
Whether the resizeable left side is hovered.
Definition at line 240 of file component_options.hpp.
| bool hover_right = false |
Whether the resizeable right side is hovered.
Definition at line 241 of file component_options.hpp.
| bool hover_top = false |
Whether the resizeable top side is hovered.
Definition at line 242 of file component_options.hpp.
| bool hover_down = false |
Whether the resizeable down side is hovered.
Definition at line 243 of file component_options.hpp.