mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Modify signature of Container::Tab(...) (#92)
Take selector at the end to get more pleasing results with clang-format.
This commit is contained in:
@@ -18,7 +18,7 @@ class ContainerBase : public ComponentBase {
|
||||
static Component Horizontal(Components children);
|
||||
|
||||
static Component Tab(int* selector);
|
||||
static Component Tab(int* selector, Components children);
|
||||
static Component Tab(Components children, int* selector);
|
||||
|
||||
~ContainerBase() override = default;
|
||||
|
||||
|
Reference in New Issue
Block a user