aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-18 01:14:31 +1000
committerDavid Walter Seikel2014-04-18 01:14:31 +1000
commit910a06db9e7edc084aa62cda0d3ce98f6c65181c (patch)
tree5b6f391c8677cde3253665547af888aedb4e144d /ClientHamr/GuiLua/skang.lua
parentAdded some elm policy and config stuff. (diff)
downloadSledjHamr-910a06db9e7edc084aa62cda0d3ce98f6c65181c.zip
SledjHamr-910a06db9e7edc084aa62cda0d3ce98f6c65181c.tar.gz
SledjHamr-910a06db9e7edc084aa62cda0d3ce98f6c65181c.tar.bz2
SledjHamr-910a06db9e7edc084aa62cda0d3ce98f6c65181c.tar.xz
TODO and comment additions.
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r--ClientHamr/GuiLua/skang.lua4
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,
991thingasm('nada', 'Do nothing.', function () --[[ This function intentionally left blank. ]] end) 991thingasm('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.
995clear = function () 995clear = function ()
996end 996end
997 997
@@ -1004,7 +1004,7 @@ thingasm('clear', 'The current skin is cleared of all widgets.', clear)
1004thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL') 1004thingasm('skang', 'Parse the contents of a skang file or URL.', skang, 'URL')
1005thingasm('quit', 'Quit, exit, remove thyself.', quit) 1005thingasm('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