aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 07:12:16 +1000
committerDavid Walter Seikel2014-05-17 07:12:16 +1000
commit2d37c4b83e7a9f47f4f9aabacd02518c80d799cf (patch)
tree99cd2fd67c01f3335f355b580cfb0b1ea5e1073a /src/GuiLua
parentA little clean up. (diff)
downloadSledjHamr-2d37c4b83e7a9f47f4f9aabacd02518c80d799cf.zip
SledjHamr-2d37c4b83e7a9f47f4f9aabacd02518c80d799cf.tar.gz
SledjHamr-2d37c4b83e7a9f47f4f9aabacd02518c80d799cf.tar.bz2
SledjHamr-2d37c4b83e7a9f47f4f9aabacd02518c80d799cf.tar.xz
Move a TODO.
Diffstat (limited to 'src/GuiLua')
-rw-r--r--src/GuiLua/GuiLua.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c
index d76e87b..70d836e 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -32,6 +32,9 @@ scripts can have a poper GUI for a change.
32 32
33NOTES and TODOs - 33NOTES and TODOs -
34 34
35Should be able to open external and internal windows, and even switch
36between them on the fly.
37
35Lua scripts do - 38Lua scripts do -
36 require 'widget' -> loads widget.c 39 require 'widget' -> loads widget.c
37 Widget.c is a library like test_c. 40 Widget.c is a library like test_c.
@@ -176,8 +179,6 @@ static int traceBack(lua_State *L)
176 return 1; 179 return 1;
177} 180}
178 181
179
180// TODO - Should be able to open external and internal windows, and even switch between them on the fly.
181static void _on_click(void *data, Evas_Object *obj, void *event_info EINA_UNUSED) 182static void _on_click(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
182{ 183{
183 Widget *wid = data; 184 Widget *wid = data;