element description updates

This commit is contained in:
Mikayla Fischler 2024-09-21 23:02:46 -04:00
parent d41eb3aaeb
commit 2becaeccd7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ local ALIGN = core.ALIGN
---@field fg_bg? cpair foreground/background colors ---@field fg_bg? cpair foreground/background colors
---@field hidden? boolean true to hide on initial draw ---@field hidden? boolean true to hide on initial draw
-- new text box -- Create a new text box element.
---@param args textbox_args ---@param args textbox_args
---@return TextBox element, element_id id ---@return TextBox element, element_id id
return function (args) return function (args)

View File

@ -18,7 +18,7 @@ local element = require("graphics.element")
---@field fg_bg? cpair foreground/background colors ---@field fg_bg? cpair foreground/background colors
---@field hidden? boolean true to hide on initial draw ---@field hidden? boolean true to hide on initial draw
-- new tiling box -- Create a new tiling box element.
---@param args tiling_args ---@param args tiling_args
---@return Tiling element, element_id id ---@return Tiling element, element_id id
return function (args) return function (args)