From d2a6479b73af16d8265493d969abadf5b0984505 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 27 Apr 2014 20:37:46 +1000 Subject: Convert the Evas 3D example stuff to EO, though it still doesn't work, but at least it compiles and runs with no error messages. --- src/GuiLua/test.skang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GuiLua/test.skang') diff --git a/src/GuiLua/test.skang b/src/GuiLua/test.skang index 10382b5..897777f 100644 --- a/src/GuiLua/test.skang +++ b/src/GuiLua/test.skang @@ -4,7 +4,7 @@ -- There's an implied local test = require 'test' -- This is a bit more verbose than I wanted. lol -local win = skang.window(500, 500, "G'day planet.", 'testWindow') +local win = skang.window(1024, 1024, "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 translate 'quit' into the Lua 'skang.quit()'? -- cgit v1.1