mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 10:26:43 +00:00
formalize attributes
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
--[[--
|
||||
A slider.
|
||||
|
||||
Dragging this widget changes its `value` property to a
|
||||
number between 0 and 1, inclusive.
|
||||
|
||||
@widget slider
|
||||
--]]--
|
||||
|
||||
return function (self)
|
||||
|
||||
local function clamp (value)
|
||||
|
||||
Reference in New Issue
Block a user