edje: Edje_Edit - add examples for it's API using for BOX part and items
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Mon, 16 Feb 2015 11:03:19 +0000 (12:03 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 16 Feb 2015 11:10:07 +0000 (12:10 +0100)
commitbd2304cf3b99dd0aaf340c59b9ebdbfd961e7b2b
tree13b11382fcaee73f031963209797d3fb583ca769
parent14e65920ffad432239614b6e59226b9a3c9600b8
edje: Edje_Edit - add examples for it's API using for BOX part and items

Summary:
Some little example about how and when edje_edit functions can be applied.
In this example there is a box part with items in edj, and by using edje_edit
program actually changes edj file directly. (adding items,
changing layouts of box, changing params of items, etc).

It is pushed as a reference for people who would like to do there own
Edje editor. Normal application should not use that API.

Reviewers: Hermet, raster, seoz, cedric

Reviewed By: cedric

Subscribers: cedric, reutskiy.v.v

Differential Revision: https://phab.enlightenment.org/D1969

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/examples/edje/Makefile.am
src/examples/edje/box_example.edc [new file with mode: 0644]
src/examples/edje/edje-edit-part-box.c [new file with mode: 0644]