From d3774aa29ab94d763a3276a23ea0f59c550c9dc5 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 17 Apr 2014 15:11:16 +1000 Subject: Move skang.window() to widget.window(), and make it work. --- ClientHamr/GuiLua/skang.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ClientHamr/GuiLua/skang.lua') diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 632074b..70d7778 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -988,8 +988,8 @@ thingasm('nada', 'Do nothing.', function () --[[ This function intentionally lef -- TODO - Some function stubs, for now. Fill them up later. clear = function () end -window = function (width, height, title) -end +--window = function (width, height, title) +--end skang = function (name) end @@ -997,7 +997,7 @@ quit = function () end thingasm('clear', 'The current skin is cleared of all widgets.', clear) -thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'} +--thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'} thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') thingasm('quit', 'Quit, exit, remove thyself.', quit) -- cgit v1.1