merge window into layout

This commit is contained in:
airstruck
2015-10-24 15:10:22 -04:00
parent e5124b670b
commit cc0ca8387b
8 changed files with 81 additions and 114 deletions

View File

@@ -104,12 +104,10 @@ layout:onMotion(function(event)
layout.statusbar.text = (w.id or '(unnamed)') .. ' ' ..
w:getX() .. ', ' .. w:getY() .. ' | ' ..
w:getWidth() .. 'x' .. w:getHeight()
layout.statusbar:update()
end)
layout.newButton:onMotion(function(event)
layout.statusbar.text = 'Create a new thing'
layout.statusbar:update()
return false
end)