Skip to content

Commit

Permalink
lua_api.txt: Remove tooltip checkbox[] element
Browse files Browse the repository at this point in the history
  • Loading branch information
James Stevenson authored and paramat committed Jul 21, 2016
1 parent 6621dae commit 97c7631
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/lua_api.txt
Expand Up @@ -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
Expand Down

0 comments on commit 97c7631

Please sign in to comment.