Skip to content
Snippets Groups Projects
Commit 97c76315 authored by James Stevenson's avatar James Stevenson Committed by paramat
Browse files

lua_api.txt: Remove tooltip checkbox[] element

parent 6621daee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment