aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GuiLua/GuiLua.c')
-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;