From 01d27a5bd565d9a4b6fe1f04fdc77ddf95415ef2 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 17 Apr 2014 15:16:01 +1000 Subject: Clean up from the skang.window() -> widget.window() move. --- ClientHamr/GuiLua/skang.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ClientHamr') diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 70d7778..1357b69 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -988,8 +988,6 @@ 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 skang = function (name) end @@ -997,10 +995,12 @@ 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('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') thingasm('quit', 'Quit, exit, remove thyself.', quit) +-- This moved to the widget module, but it's not all there yet. +--thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'} + moduleEnd(_M) -- cgit v1.1