mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
10 lines
76 B
Lua
10 lines
76 B
Lua
--[[--
|
|
A simple button.
|
|
|
|
@widget button
|
|
--]]--
|
|
|
|
return function (self)
|
|
|
|
end
|