diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/GuiLua/test_c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c index 48562e8..0f6e718 100644 --- a/ClientHamr/GuiLua/test_c.c +++ b/ClientHamr/GuiLua/test_c.c | |||
@@ -115,6 +115,7 @@ int luaopen_test_c(lua_State *L) | |||
115 | 115 | ||
116 | // TODO - This is too verbose. I've had an idea for writing some sort of generic wrapper, though others have done the same. | 116 | // TODO - This is too verbose. I've had an idea for writing some sort of generic wrapper, though others have done the same. |
117 | // http://www.lua.org/pil/25.3.html seems the most reasonable of the examples I've found. | 117 | // http://www.lua.org/pil/25.3.html seems the most reasonable of the examples I've found. |
118 | // On the other hand, the generic argument pulling / pushing stuff I did for edje_lua2 gets us half way there. | ||
118 | 119 | ||
119 | // This uses function{} style. | 120 | // This uses function{} style. |
120 | // skang.thingasm{_M, 'cfooble,c', 'cfooble help text', 1, widget=\"'edit', 'The cfooble:', 1, 1, 10, 50\", required=true} | 121 | // skang.thingasm{_M, 'cfooble,c', 'cfooble help text', 1, widget=\"'edit', 'The cfooble:', 1, 1, 10, 50\", required=true} |