This commit is contained in:
Robert Jelic
2025-03-04 10:37:44 +01:00
3 changed files with 394 additions and 324 deletions

View File

@@ -415,14 +415,6 @@ function Container:addFrame()
return self
end
--- Adds a new Graph to the container
---@generic Element: Container
---@param self Element
---@return Graph
function Container:addGraph()
return self
end
--- Adds a new Image to the container
---@generic Element: Container
---@param self Element