diff options
Diffstat (limited to '')
-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. |