[LuaDoc] Permit GUI widgets to have non-translatable labels, including numbers.
This commit is contained in:
parent
0bb93d39fc
commit
8a42565447
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue