lua_api.txt: Remove tooltip checkbox[] element
parent
6621daee50
commit
97c763158c
|
@ -1596,13 +1596,12 @@ examples.
|
||||||
* Items to be shown in dropdown
|
* Items to be shown in dropdown
|
||||||
* Index of currently selected dropdown item
|
* Index of currently selected dropdown item
|
||||||
|
|
||||||
#### `checkbox[<X>,<Y>;<name>;<label>;<selected>;<tooltip>]`
|
#### `checkbox[<X>,<Y>;<name>;<label>;<selected>]`
|
||||||
* Show a checkbox
|
* Show a checkbox
|
||||||
* `x` and `y`: position of checkbox
|
* `x` and `y`: position of checkbox
|
||||||
* `name` fieldname data is transferred to Lua
|
* `name` fieldname data is transferred to Lua
|
||||||
* `label` to be shown left of checkbox
|
* `label` to be shown left of checkbox
|
||||||
* `selected` (optional): `true`/`false`
|
* `selected` (optional): `true`/`false`
|
||||||
* `tooltip` (optional)
|
|
||||||
|
|
||||||
#### `scrollbar[<X>,<Y>;<W>,<H>;<orientation>;<name>;<value>]`
|
#### `scrollbar[<X>,<Y>;<W>,<H>;<orientation>;<name>;<value>]`
|
||||||
* Show a scrollbar
|
* Show a scrollbar
|
||||||
|
|
Loading…
Reference in New Issue