aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-28 15:42:36 +1000
committerDavid Walter Seikel2014-03-28 15:42:36 +1000
commita6c26ff1be30d7f0cadc21b07263988850fc7e40 (patch)
treed8a8905e1e407a783be2a172f1ec37e136faaa7e /ClientHamr/GuiLua/skang.lua
parentMore detail for a TODO. (diff)
downloadSledjHamr-a6c26ff1be30d7f0cadc21b07263988850fc7e40.zip
SledjHamr-a6c26ff1be30d7f0cadc21b07263988850fc7e40.tar.gz
SledjHamr-a6c26ff1be30d7f0cadc21b07263988850fc7e40.tar.bz2
SledjHamr-a6c26ff1be30d7f0cadc21b07263988850fc7e40.tar.xz
TODO++
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
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.