1#ifndef NEFORCE_TUI_COMPONENT_CONTAINERS_HPP__
2#define NEFORCE_TUI_COMPONENT_CONTAINERS_HPP__
12NEFORCE_BEGIN_NAMESPACE__
14NEFORCE_BEGIN_COMPONENTS__
67NEFORCE_END_COMPONENTS__
69NEFORCE_END_NAMESPACE__
static unique_ptr< component_base > stacked(vector< unique_ptr< component_base > > children, int *selected=nullptr)
层叠容器
static unique_ptr< component_base > horizontal(vector< unique_ptr< component_base > > children, int *selected=nullptr)
水平容器
static unique_ptr< component_base > vertical(vector< unique_ptr< component_base > > children, int *selected=nullptr)
垂直容器
static unique_ptr< component_base > tab(vector< unique_ptr< component_base > > children, int *selected)
TAB 容器