aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.skang
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-20 05:13:38 +1000
committerDavid Walter Seikel2014-04-20 05:13:38 +1000
commit9ce86c55c6eecb522024529bc42ee81cf3ad3672 (patch)
treea8d76ba47b0b9085ca857d7af748aeb9034516a5 /ClientHamr/GuiLua/test.skang
parentAdd the next broken test. (diff)
downloadSledjHamr-9ce86c55c6eecb522024529bc42ee81cf3ad3672.zip
SledjHamr-9ce86c55c6eecb522024529bc42ee81cf3ad3672.tar.gz
SledjHamr-9ce86c55c6eecb522024529bc42ee81cf3ad3672.tar.bz2
SledjHamr-9ce86c55c6eecb522024529bc42ee81cf3ad3672.tar.xz
Let actions and other stuff set in the thingasm() call work through their isValid().
Diffstat (limited to 'ClientHamr/GuiLua/test.skang')
-rw-r--r--ClientHamr/GuiLua/test.skang1
1 files changed, 0 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.skang b/ClientHamr/GuiLua/test.skang
index 432ab71..518207b 100644
--- a/ClientHamr/GuiLua/test.skang
+++ b/ClientHamr/GuiLua/test.skang
@@ -11,7 +11,6 @@ skang.thingasm{win, 'quitter', 'Quits the skang window', types = 'widget', widge
11win.W.quitter.action = 'skang.quit()' -- TODO Should look it up in ThingSpace.commands, and translat 'quit' into the Lua 'skang.quit()'? 11win.W.quitter.action = 'skang.quit()' -- TODO Should look it up in ThingSpace.commands, and translat 'quit' into the Lua 'skang.quit()'?
12 12
13skang.thingasm{win, 'ffuncer', 'Calls ffunc', types = 'widget', widget='"button", "ffunc()", 10, 40, 100, 30', action='test.ffunc(3, 4)'} 13skang.thingasm{win, 'ffuncer', 'Calls ffunc', types = 'widget', widget='"button", "ffunc()", 10, 40, 100, 30', action='test.ffunc(3, 4)'}
14win.W.ffuncer.action = 'test.ffunc(3, 4)'
15 14
16--other.foo = 'stuff' 15--other.foo = 'stuff'
17this.bar = 'things' 16this.bar = 'things'