e_slot,e_splitlayout: added to support tiling window 15/85815/6
authorJuyeon Lee <juyeonne.lee@samsung.com>
Mon, 29 Aug 2016 07:31:21 +0000 (16:31 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 29 Aug 2016 12:37:08 +0000 (05:37 -0700)
commit27d5e6ade919143d3ebb2bc42a99509fba5be172
treec23ba3f7b75e0b0caaa021ac077221e597ec9b32
parente11f6e31c71ee56e32acda6144fc6344fdbed0dc
e_slot,e_splitlayout: added to support tiling window

e_slot and e_splitlayout are smart object

e_slot : represents split region
         clients added on each slot will have the same geometry
         and they are raised/lowered in group.
         focus can be set on top most client in the slot.

e_splitlayout : represents a layout on canvas
         slots are added as a child object.

Change-Id: Ibfac748023a54ce85bd34bec8675229a65447c92
src/bin/Makefile.mk
src/bin/e_client.h
src/bin/e_desk.h
src/bin/e_includes.h
src/bin/e_main.c
src/bin/e_policy.c
src/bin/e_policy.h
src/bin/e_slot.c [new file with mode: 0644]
src/bin/e_slot.h [new file with mode: 0644]
src/bin/e_splitlayout.c [new file with mode: 0644]
src/bin/e_splitlayout.h [new file with mode: 0644]