aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-20 05:56:33 +1000
committerDavid Walter Seikel2014-04-20 05:56:33 +1000
commit6ee46bd8fc00973507e81258f95894faa37fca91 (patch)
tree65b48da868d9acf0403d0dab348d644328ee3d47 /ClientHamr
parentOops, had two widget structures. Merge them. (diff)
downloadSledjHamr-6ee46bd8fc00973507e81258f95894faa37fca91.zip
SledjHamr-6ee46bd8fc00973507e81258f95894faa37fca91.tar.gz
SledjHamr-6ee46bd8fc00973507e81258f95894faa37fca91.tar.bz2
SledjHamr-6ee46bd8fc00973507e81258f95894faa37fca91.tar.xz
Make the window command a Thing.
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 4fb84f1..6e22b3d 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -1065,6 +1065,8 @@ window = function(w, h, title, name)
1065 return win 1065 return win
1066end 1066end
1067 1067
1068thingasm{'window', 'Specifies the size and title of the application Frame.', window, 'number,number,string', acl="GGG"}
1069
1068 1070
1069-- TODO - Some function stubs, for now. Fill them up later. 1071-- TODO - Some function stubs, for now. Fill them up later.
1070skang = function (name) 1072skang = function (name)