feat: add a new awesome feature

This commit is contained in:
2025-11-30 19:05:58 +08:00
parent f05962954f
commit 46febdb973
21 changed files with 318 additions and 101 deletions
+3
View File
@@ -39,6 +39,9 @@ public:
TabControl();
TabControl(int x,int y,int width,int height);
~TabControl();
void setX(int x)override;
void setY(int y)override;
void draw() override;
bool handleEvent(const ExMessage& msg) override;