aboutsummaryrefslogtreecommitdiffstats
path: root/checkbox.lua
diff options
context:
space:
mode:
authorMatthias Richter <vrld@vrld.org>2012-02-22 23:33:54 +0100
committerMatthias Richter <vrld@vrld.org>2012-02-22 23:33:54 +0100
commit370c10c78770bc3c1a70a086b238e7a8e5197fb9 (patch)
tree379101b354515c4bda8f0a36a4a4f4141e143662 /checkbox.lua
parentd6ed0f93011a2a877ccea4955d4db071710594f5 (diff)
downloadQuickie-370c10c78770bc3c1a70a086b238e7a8e5197fb9.tar.gz
Quickie-370c10c78770bc3c1a70a086b238e7a8e5197fb9.tar.bz2
Quickie-370c10c78770bc3c1a70a086b238e7a8e5197fb9.tar.xz
Quickie-370c10c78770bc3c1a70a086b238e7a8e5197fb9.zip
Rename makeTabable() to makeCyclable()
Diffstat (limited to 'checkbox.lua')
-rw-r--r--checkbox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.lua b/checkbox.lua
index 306fc8f..b51cbb3 100644
--- a/checkbox.lua
+++ b/checkbox.lua
@@ -4,7 +4,7 @@ return function(info, x,y, w,h, draw)
local id = core.generateID()
core.mouse.updateState(id, x,y,w,h)
- core.makeTabable(id)
+ core.makeCyclable(id)
core.registerDraw(id, draw or core.style.Checkbox, info.checked,x,y,w,h)
local checked = info.checked