Added widget.name to types

This commit is contained in:
wpferguson 2021-01-04 21:07:26 -05:00
parent 1069c2eb93
commit 161bad7dd3
2 changed files with 13 additions and 1 deletions

View file

@ -18,6 +18,18 @@ Attributes:
This widget has no extra registration parameters This widget has no extra registration parameters
# lua_widget.name
**Lua API 6.2.0**
`string or nil`
Name assigned to the widget for CSS styling purposes.
Attributes:
* [write](../Attributes#write)
# lua_widget.sensitive # lua_widget.sensitive
`boolean` `boolean`

View file

@ -12,4 +12,4 @@ The Lua API version currently used in darktable 3.4 is 6.1.0.
# Development API # Development API
The current Lua API is currently at version 6.2.0 in the development branch of darktable \(currently 3.5\). All changes for version 6.2.0 will be identified as such until version 6.2.0 is included in a darktable release. The API is currently at version 6.2.0 in the development branch of darktable \(currently 3.5\). All changes for version 6.2.0 will be identified as such until version 6.2.0 is included in a darktable release.