diff options
author | Matthias Richter <vrld@vrld.org> | 2013-01-23 12:40:07 +0100 |
---|---|---|
committer | Matthias Richter <vrld@vrld.org> | 2013-01-23 12:40:07 +0100 |
commit | 90eb0a91846a51787ff616fc174e809851077c6f (patch) | |
tree | ff65bdc55c37383dc259c66d97890d0fe0d43263 /keyboard.lua | |
parent | 84ac3c27820d43f0c348639c0d75701c49ee2f36 (diff) | |
download | Quickie-90eb0a91846a51787ff616fc174e809851077c6f.tar.gz Quickie-90eb0a91846a51787ff616fc174e809851077c6f.tar.bz2 Quickie-90eb0a91846a51787ff616fc174e809851077c6f.tar.xz Quickie-90eb0a91846a51787ff616fc174e809851077c6f.zip |
Change gui.checkbox interface.
Remove `info' table. The user is responsible for updating the checking
condition. Old style:
checkbox = {checked = true, label = "foo", align = "left"}
(...)
gui.Checkbox{info = checkbox}
New style:
checked = false
(...)
if gui.Checkbox{checked = checked, text = "foo", align = "left"} then
checked = not checked
end
Also note that `label' is renamed to `text'.
Diffstat (limited to 'keyboard.lua')
0 files changed, 0 insertions, 0 deletions