diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 88bd6fb..5dbf36f 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -991,7 +991,7 @@ thingasm('set', 'Set the current value of an existing Thing or metadata.', set, | |||
991 | thingasm('nada', 'Do nothing.', function () --[[ This function intentionally left blank. ]] end) | 991 | thingasm('nada', 'Do nothing.', function () --[[ This function intentionally left blank. ]] end) |
992 | 992 | ||
993 | 993 | ||
994 | -- TODO - Some function stubs, for now. Fill them up later. | 994 | -- TODO - Some function stubs, for now. Fill them up later. Probably move the lot to GuiLua.c. |
995 | clear = function () | 995 | clear = function () |
996 | end | 996 | end |
997 | 997 | ||
@@ -1004,7 +1004,7 @@ thingasm('clear', 'The current skin is cleared of all widgets.', clear) | |||
1004 | thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') | 1004 | thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') |
1005 | thingasm('quit', 'Quit, exit, remove thyself.', quit) | 1005 | thingasm('quit', 'Quit, exit, remove thyself.', quit) |
1006 | 1006 | ||
1007 | -- This moved to the widget module, but it's not all there yet. | 1007 | -- TODO - This moved to the GuiLua.c, but it's not all there yet. |
1008 | --thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'} | 1008 | --thingasm{'window', 'The size and title of the application Frame.', window, 'x,y,name', acl='GGG'} |
1009 | 1009 | ||
1010 | 1010 | ||