diff options
| author | jussi | 2023-12-20 01:13:28 +0200 |
|---|---|---|
| committer | jussi | 2023-12-20 01:13:28 +0200 |
| commit | 192d471fb3caaa6d73796185e5cadc62075743f7 (patch) | |
| tree | e6284af8813771228eb37ef85405d9083fde6840 /ReiLua_API.lua | |
| parent | 9884c544bb2e9870bbda9607685bd478c9f3fda0 (diff) | |
| download | reilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.tar.gz reilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.tar.bz2 reilua-enhanced-192d471fb3caaa6d73796185e5cadc62075743f7.zip | |
GuiScrollBar.
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 9d7158f..9e8b678 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -6006,6 +6006,15 @@ function RL.GuiDummyRec( bounds, text ) end ---@return any mouseCell function RL.GuiGrid( bounds, text, spacing, subdivs, mouseCell ) end +---Scroll bar control +---- Success return int +---@param bounds table +---@param value integer +---@param minValue integer +---@param maxValue integer +---@return any value +function RL.GuiScrollBar( bounds, value, minValue, maxValue ) end + -- Gui - Advance controls set ---List View control, returns selected list item index |
