diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 5dbf36f..8a882d2 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -991,21 +991,11 @@ 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. Probably move the lot to GuiLua.c. | 994 | -- TODO - Some function stubs, for now. Fill them up later. |
995 | clear = function () | ||
996 | end | ||
997 | |||
998 | skang = function (name) | 995 | skang = function (name) |
999 | end | 996 | end |
1000 | quit = function () | ||
1001 | end | ||
1002 | 997 | ||
1003 | 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') | 998 | thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') |
1005 | thingasm('quit', 'Quit, exit, remove thyself.', quit) | ||
1006 | |||
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'} | ||
1009 | 999 | ||
1010 | 1000 | ||
1011 | moduleEnd(_M) | 1001 | moduleEnd(_M) |