mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +08:00
Introduce ResizableSplit
This commit is contained in:

committed by
Arthur Sonzogni

parent
aacb677e84
commit
bba2abbb60
@@ -41,8 +41,16 @@ namespace Container {
|
||||
Component Vertical(Components children);
|
||||
Component Horizontal(Components children);
|
||||
Component Tab(Components children, int* selector);
|
||||
|
||||
} // namespace Container
|
||||
|
||||
namespace ResizableSplit {
|
||||
Component Left(Component main, Component back, int* main_size);
|
||||
Component Right(Component main, Component back, int* main_size);
|
||||
Component Top(Component main, Component back, int* main_size);
|
||||
Component Bottom(Component main, Component back, int* main_size);
|
||||
} // namespace ResizableSplit
|
||||
|
||||
} // namespace ftxui
|
||||
|
||||
#endif /* end of include guard: FTXUI_COMPONENT_HPP */
|
||||
|
Reference in New Issue
Block a user