deploy: 3b54bf9ffa
This commit is contained in:
parent
9496ff0062
commit
7956b06083
6 changed files with 24 additions and 8 deletions
File diff suppressed because one or more lines are too long
10
index.xml
10
index.xml
|
@ -151,7 +151,7 @@ Any changes made using executable_manager won’t be saved in the darkta
|
|||
|
||||
<guid>https://darktable-org.github.io/luadocs/lua.api.manual/version/</guid>
|
||||
<description>🔗Current API 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.</description>
|
||||
🔗Development API The 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.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -2576,13 +2576,17 @@ Values:
|
|||
Common parent type for all lua-handled widgets
|
||||
Attributes:
|
||||
has_tostring 🔗lua_widget.extra registration parameters This widget has no extra registration parameters
|
||||
🔗lua_widget.sensitive boolean
|
||||
🔗lua_widget.name Lua API 6.2.0
|
||||
string or nil
|
||||
Name assigned to the widget for CSS styling purposes.
|
||||
Attributes:
|
||||
write 🔗lua_widget.sensitive boolean
|
||||
Set if the widget is enabled/disabled
|
||||
Attributes:
|
||||
write 🔗lua_widget.tooltip string or nil
|
||||
Tooltip to display for the widget
|
||||
Attributes:
|
||||
write 🔗lua_widget.reset_callback function( widget : types.lua_widget ) A function to call when the widget needs to reset itself. Note that some widgets have a default implementation that can be overridden, (containers in particular will recursively reset their children).</description>
|
||||
write 🔗lua_widget.reset_callback function( widget : types.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<guid>https://darktable-org.github.io/luadocs/lua.api.manual/version/</guid>
|
||||
<description>🔗Current API 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.</description>
|
||||
🔗Development API The 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.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -776,13 +776,17 @@ Values:
|
|||
Common parent type for all lua-handled widgets
|
||||
Attributes:
|
||||
has_tostring 🔗lua_widget.extra registration parameters This widget has no extra registration parameters
|
||||
🔗lua_widget.sensitive boolean
|
||||
🔗lua_widget.name Lua API 6.2.0
|
||||
string or nil
|
||||
Name assigned to the widget for CSS styling purposes.
|
||||
Attributes:
|
||||
write 🔗lua_widget.sensitive boolean
|
||||
Set if the widget is enabled/disabled
|
||||
Attributes:
|
||||
write 🔗lua_widget.tooltip string or nil
|
||||
Tooltip to display for the widget
|
||||
Attributes:
|
||||
write 🔗lua_widget.reset_callback function( widget : types.lua_widget ) A function to call when the widget needs to reset itself. Note that some widgets have a default implementation that can be overridden, (containers in particular will recursively reset their children).</description>
|
||||
write 🔗lua_widget.reset_callback function( widget : types.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -2425,6 +2425,14 @@
|
|||
</ul>
|
||||
<h1 id="lua_widgetextra-registration-parameters"><a href="#lua_widgetextra-registration-parameters">🔗</a>lua_widget.extra registration parameters</h1>
|
||||
<p>This widget has no extra registration parameters</p>
|
||||
<h1 id="lua_widgetname"><a href="#lua_widgetname">🔗</a>lua_widget.name</h1>
|
||||
<p><strong>Lua API 6.2.0</strong></p>
|
||||
<p><code>string or nil</code></p>
|
||||
<p>Name assigned to the widget for CSS styling purposes.</p>
|
||||
<p>Attributes:</p>
|
||||
<ul>
|
||||
<li><a href="/luadocs/lua.api.manual/attributes/#write">write</a></li>
|
||||
</ul>
|
||||
<h1 id="lua_widgetsensitive"><a href="#lua_widgetsensitive">🔗</a>lua_widget.sensitive</h1>
|
||||
<p><code>boolean</code></p>
|
||||
<p>Set if the widget is enabled/disabled</p>
|
||||
|
|
|
@ -2419,7 +2419,7 @@
|
|||
<h1 id="current-api"><a href="#current-api">🔗</a>Current API</h1>
|
||||
<p>The Lua API version currently used in darktable 3.4 is 6.1.0.</p>
|
||||
<h1 id="development-api"><a href="#development-api">🔗</a>Development API</h1>
|
||||
<p>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.</p>
|
||||
<p>The 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.</p>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue