[LuaDoc] Permit GUI widgets to have non-translatable labels, including numbers.

This commit is contained in:
Celtic Minstrel 2024-02-10 21:26:45 -05:00
parent 0bb93d39fc
commit 8a42565447

View File

@ -107,7 +107,7 @@ function gui.add_widget_definition(type, id, content) end
---A simple widget, with no children
---@class simple_widget : widget
---@field use_markup boolean
---@field label tstring
---@field label tstring|string|number
---@field marked_up_text tstring
---A button with two or more states, typically used as a checkbox or radiobutton