From 161bad7dd3cc0f78b1f0109f2adc39d64cf79ca7 Mon Sep 17 00:00:00 2001 From: wpferguson Date: Mon, 4 Jan 2021 21:07:26 -0500 Subject: [PATCH] Added widget.name to types --- content/lua.api.manual/types/lua_widget.md | 12 ++++++++++++ content/lua.api.manual/version.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/content/lua.api.manual/types/lua_widget.md b/content/lua.api.manual/types/lua_widget.md index a9980cc..da27131 100644 --- a/content/lua.api.manual/types/lua_widget.md +++ b/content/lua.api.manual/types/lua_widget.md @@ -18,6 +18,18 @@ Attributes: 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 `boolean` diff --git a/content/lua.api.manual/version.md b/content/lua.api.manual/version.md index fe7a4d5..0de2df4 100644 --- a/content/lua.api.manual/version.md +++ b/content/lua.api.manual/version.md @@ -12,4 +12,4 @@ The Lua API version currently used in darktable 3.4 is 6.1.0. # 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. \ No newline at end of file +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.