FTXUI  4.1.1
C++ functional terminal UI.
Loading...
Searching...
No Matches
flexbox_config.cpp
Go to the documentation of this file.
2
3namespace ftxui {
4
9
11 this->wrap = w;
12 return *this;
13}
14
19
24
29
31 this->gap_x = x;
32 this->gap_y = y;
33 return *this;
34}
35
36} // namespace ftxui
37
38// Copyright 2020 Arthur Sonzogni. All rights reserved.
39// Use of this source code is governed by the MIT license that can be found in
40// the LICENSE file.
FlexboxConfig & SetGap(int gap_x, int gap_y)
JustifyContent justify_content
FlexboxConfig & Set(FlexboxConfig::Direction)