From 2d37c4b83e7a9f47f4f9aabacd02518c80d799cf Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 17 May 2014 07:12:16 +1000 Subject: Move a TODO. --- src/GuiLua/GuiLua.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/GuiLua/GuiLua.c') 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. NOTES and TODOs - +Should be able to open external and internal windows, and even switch +between them on the fly. + Lua scripts do - require 'widget' -> loads widget.c Widget.c is a library like test_c. @@ -176,8 +179,6 @@ static int traceBack(lua_State *L) return 1; } - -// TODO - Should be able to open external and internal windows, and even switch between them on the fly. static void _on_click(void *data, Evas_Object *obj, void *event_info EINA_UNUSED) { Widget *wid = data; -- cgit v1.1