Added SideNav

Added :addTab to TabControl and SideNav
This commit is contained in:
Robert Jelic
2025-10-09 22:16:33 +02:00
parent 1b8b6df6c3
commit 57f8da9a90
2 changed files with 593 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ function TabControl:newTab(title)
return proxy
end
TabControl.addTab = TabControl.newTab
--- @shortDescription Sets an element to belong to a specific tab
--- @param element table The element to assign to a tab