diff options
author | David Walter Seikel | 2014-03-28 15:42:36 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-28 15:42:36 +1000 |
commit | a6c26ff1be30d7f0cadc21b07263988850fc7e40 (patch) | |
tree | d8a8905e1e407a783be2a172f1ec37e136faaa7e /ClientHamr | |
parent | More detail for a TODO. (diff) | |
download | SledjHamr-a6c26ff1be30d7f0cadc21b07263988850fc7e40.zip SledjHamr-a6c26ff1be30d7f0cadc21b07263988850fc7e40.tar.gz SledjHamr-a6c26ff1be30d7f0cadc21b07263988850fc7e40.tar.bz2 SledjHamr-a6c26ff1be30d7f0cadc21b07263988850fc7e40.tar.xz |
TODO++
Diffstat (limited to 'ClientHamr')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 17075ed..c5c2096 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -273,6 +273,8 @@ __newindex could catch a table being assigned - test.foo = {widget = '...', acl= | |||
273 | which blanks out the other stuff. | 273 | which blanks out the other stuff. |
274 | Use generic positional / named arguments for widget to, then we can do - | 274 | Use generic positional / named arguments for widget to, then we can do - |
275 | widget.button{'Cancel', 0.5, 0.5, 1, 0, look='cancel.edj', colour={1, 2, 3, 4}, action='...'} | 275 | widget.button{'Cancel', 0.5, 0.5, 1, 0, look='cancel.edj', colour={1, 2, 3, 4}, action='...'} |
276 | Using the Thing alias stuff, maybe we can do the "first stage tokenise" step after all - | ||
277 | widget.button{'Cancel', 0.5, 0.5, 1, 0, l='cancel.edj', c={b=20}, a='...'} | ||
276 | ]] | 278 | ]] |
277 | 279 | ||
278 | -- Default things values. | 280 | -- Default things values. |