Support Bazel

BUG:https://github.com/ArthurSonzogni/FTXUI/issues/1032
This commit is contained in:
ArthurSonzogni
2025-04-23 19:57:35 +02:00
parent 07fd3e685a
commit f128c442cc
8 changed files with 288 additions and 6 deletions

View File

@@ -42,8 +42,8 @@ class ComponentBase {
// Component hierarchy:
ComponentBase* Parent() const;
Component& ChildAt(size_t i);
size_t ChildCount() const;
Component& ChildAt(int i);
int ChildCount() const;
int Index() const;
void Add(Component children);
void Detach();