From 83ca7d29cd4e180233ddf2b82b6f99b7796539de Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 20 Apr 2014 05:36:18 +1000 Subject: Typo-- --- ClientHamr/GuiLua/test.skang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr/GuiLua') diff --git a/ClientHamr/GuiLua/test.skang b/ClientHamr/GuiLua/test.skang index de417da..10382b5 100644 --- a/ClientHamr/GuiLua/test.skang +++ b/ClientHamr/GuiLua/test.skang @@ -6,7 +6,7 @@ -- This is a bit more verbose than I wanted. lol local win = skang.window(500, 500, "G'day planet.", 'testWindow') skang.thingasm{win, 'quitter', 'Quits the skang window', types = 'widget', widget='"button", "Quit", 10, 10, 100, 30'} -win.W.quitter.action = 'skang.quit()' -- TODO Should look it up in ThingSpace.commands, and translat 'quit' into the Lua 'skang.quit()'? +win.W.quitter.action = 'skang.quit()' -- TODO Should look it up in ThingSpace.commands, and translate 'quit' into the Lua 'skang.quit()'? skang.thingasm{win, 'ffuncer', 'Calls ffunc', types = 'widget', widget='"button", "ffunc()", 10, 40, 100, 30', action='test.ffunc(3, 4)'} -- cgit v1.1