diff options
author | David Walter Seikel | 2014-04-20 05:56:33 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-20 05:56:33 +1000 |
commit | 6ee46bd8fc00973507e81258f95894faa37fca91 (patch) | |
tree | 65b48da868d9acf0403d0dab348d644328ee3d47 /ClientHamr/GuiLua | |
parent | Oops, had two widget structures. Merge them. (diff) | |
download | SledjHamr-6ee46bd8fc00973507e81258f95894faa37fca91.zip SledjHamr-6ee46bd8fc00973507e81258f95894faa37fca91.tar.gz SledjHamr-6ee46bd8fc00973507e81258f95894faa37fca91.tar.bz2 SledjHamr-6ee46bd8fc00973507e81258f95894faa37fca91.tar.xz |
Make the window command a Thing.
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 2 |
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 |
1066 | end | 1066 | end |
1067 | 1067 | ||
1068 | thingasm{'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. |
1070 | skang = function (name) | 1072 | skang = function (name) |