lua_api.txt: Remove tooltip checkbox[] element

This commit is contained in:
James Stevenson 2016-07-14 10:07:40 -04:00 committed by paramat
parent 6621daee50
commit 97c763158c
1 changed files with 1 additions and 2 deletions

View File

@ -1596,13 +1596,12 @@ examples.
* Items to be shown in dropdown
* Index of currently selected dropdown item
#### `checkbox[<X>,<Y>;<name>;<label>;<selected>;<tooltip>]`
#### `checkbox[<X>,<Y>;<name>;<label>;<selected>]`
* Show a checkbox
* `x` and `y`: position of checkbox
* `name` fieldname data is transferred to Lua
* `label` to be shown left of checkbox
* `selected` (optional): `true`/`false`
* `tooltip` (optional)
#### `scrollbar[<X>,<Y>;<W>,<H>;<orientation>;<name>;<value>]`
* Show a scrollbar