Add new widget for extn socket and plug.
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Jan 2012 17:18:20 +0000 (17:18 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Jan 2012 17:18:20 +0000 (17:18 +0000)
commit3fc71f82a779634f65b1a6c94f5a65fd4db80c74
tree31c571d9072edae1b8321f650e0d632f97916915
parent3141ed81a48963cfbe2dccbd1cfcfee72c50278e
Add new widget for extn socket and plug.
application can use ecore extn socket easyily
by using elm_window_add with ELM_WIN_SOCKET_IMAGE style.
And new widget Elm plug is similar with Elm image.
it can show socket's image using connect API.
I add test code also(test_win_socket/plug).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67245 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/Makefile.am
src/bin/test.c
src/bin/test_win_plug.c [new file with mode: 0755]
src/bin/test_win_socket.c [new file with mode: 0755]
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_plug.c [new file with mode: 0755]
src/lib/elm_plug.h [new file with mode: 0755]
src/lib/elm_win.c
src/lib/elm_win.h