Rename makeTabable() to makeCyclable()

This commit is contained in:
Matthias Richter 2012-02-22 23:33:54 +01:00
parent d6ed0f9301
commit 370c10c787
6 changed files with 10 additions and 9 deletions

View file

@ -59,7 +59,7 @@ function keyboard.isBindingDown(bind)
return keyboard.key == bind.key and modifiersDown
end
local function makeTabable(id)
local function makeCyclable(id)
keyboard.tryGrab(id)
if hasKeyFocus(id) then
if keyboard.isBindingDown(keyboard.cycle.prev) then
@ -146,7 +146,7 @@ return {
isHot = isHot,
isActive = isActive,
hasKeyFocus = hasKeyFocus,
makeTabable = makeTabable,
makeCyclable = makeCyclable,
style = require((...):match("(.-)[^%.]+$") .. '.style-default'),
color = color,