mirror of
https://github.com/factoriolib/flib.git
synced 2025-09-04 08:26:22 +00:00
Micro
This commit is contained in:
2
gui.lua
2
gui.lua
@@ -17,7 +17,7 @@ local handlers = {}
|
||||
local handlers_lookup = {}
|
||||
|
||||
--- Add a new child or children to the given GUI element.
|
||||
--- @param parent LuaGuiElement Parent GUI element
|
||||
--- @param parent LuaGuiElement The parent GUI element.
|
||||
--- @param def flib.GuiElemDef|flib.GuiElemDef[] The element definition, or an array of element definitions.
|
||||
--- @param elems table<string, LuaGuiElement>? Optional initial `elems` table.
|
||||
--- @return table<string, LuaGuiElement> elems Elements with names will be collected into this table.
|
||||
|
Reference in New Issue
Block a user