Added visible field to lua widget.
This commit is contained in:
parent
22b903e9ad
commit
3a7b287355
1 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,18 @@ Attributes:
|
||||||
|
|
||||||
* [write](../Attributes#write)
|
* [write](../Attributes#write)
|
||||||
|
|
||||||
|
# lua_widget.visible
|
||||||
|
|
||||||
|
**Lua API 7.0.0**
|
||||||
|
|
||||||
|
`boolean or nil`
|
||||||
|
|
||||||
|
Hide or show widget. Default is show.
|
||||||
|
|
||||||
|
Attributes:
|
||||||
|
|
||||||
|
* [write](../Attributes#write)
|
||||||
|
|
||||||
# lua_widget.reset_callback
|
# lua_widget.reset_callback
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue