deploy: 3a7b287355
This commit is contained in:
parent
2c3123098c
commit
9953aaebe5
4 changed files with 11 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -3273,7 +3273,7 @@ Attributes:
|
||||||
write 🔗lua_widget.tooltip string or nil
|
write 🔗lua_widget.tooltip string or nil
|
||||||
Tooltip to display for the widget
|
Tooltip to display for the widget
|
||||||
Attributes:
|
Attributes:
|
||||||
write 🔗lua_widget.reset_callback function( widget : types.</description>
|
write 🔗lua_widget.visible Lua API 7.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -786,7 +786,7 @@ Attributes:
|
||||||
write 🔗lua_widget.tooltip string or nil
|
write 🔗lua_widget.tooltip string or nil
|
||||||
Tooltip to display for the widget
|
Tooltip to display for the widget
|
||||||
Attributes:
|
Attributes:
|
||||||
write 🔗lua_widget.reset_callback function( widget : types.</description>
|
write 🔗lua_widget.visible Lua API 7.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -3090,6 +3090,14 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/luadocs/lua.api.manual/attributes/#write">write</a></li>
|
<li><a href="/luadocs/lua.api.manual/attributes/#write">write</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h1 id="lua_widgetvisible"><a href="#lua_widgetvisible">🔗</a>lua_widget.visible</h1>
|
||||||
|
<p><strong>Lua API 7.0.0</strong></p>
|
||||||
|
<p><code>boolean or nil</code></p>
|
||||||
|
<p>Hide or show widget. Default is show.</p>
|
||||||
|
<p>Attributes:</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/luadocs/lua.api.manual/attributes/#write">write</a></li>
|
||||||
|
</ul>
|
||||||
<h1 id="lua_widgetreset_callback"><a href="#lua_widgetreset_callback">🔗</a>lua_widget.reset_callback</h1>
|
<h1 id="lua_widgetreset_callback"><a href="#lua_widgetreset_callback">🔗</a>lua_widget.reset_callback</h1>
|
||||||
<pre><code>function(
|
<pre><code>function(
|
||||||
widget : types.lua_widget
|
widget : types.lua_widget
|
||||||
|
|
Loading…
Reference in a new issue