This commit is contained in:
Robert Jelic
2025-03-03 23:36:44 +01:00
3 changed files with 347 additions and 304 deletions

View File

@@ -415,6 +415,14 @@ 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