element description updates
This commit is contained in:
parent
d41eb3aaeb
commit
2becaeccd7
@ -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)
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user