From 97c763158c3efd733bca1b4b46fb82c135df09f7 Mon Sep 17 00:00:00 2001 From: James Stevenson <everamzah@gmail.com> Date: Thu, 14 Jul 2016 10:07:40 -0400 Subject: [PATCH] lua_api.txt: Remove tooltip checkbox[] element --- doc/lua_api.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 1b38aeb6f..8656e43e6 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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 -- GitLab