This website requires JavaScript.
Explore
Help
Sign In
Aire-One
/
awesome
Watch
1
Star
0
Fork
You've already forked awesome
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4dd30c29db
awesome
/
tests
/
examples
/
shims
/
button.lua
5 lines
84 B
Lua
Raw
Normal View
History
Unescape
Escape
shim: Add basic button support
2016-08-12 01:55:46 +02:00
return
function
(
)
return
{
shims: Add support the new .data property Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-09-30 11:03:56 +02:00
data
=
{
}
,
shim: Add basic button support
2016-08-12 01:55:46 +02:00
connect_signal
=
function
(
)
end
}
end