efl_ui_stack: Add Efl.Ui.Stack class
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 12 Apr 2018 12:09:38 +0000 (21:09 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 29 May 2018 04:06:53 +0000 (13:06 +0900)
commit7dd1f1f69ba4f73e883c6ab6cf8507261fd3e4f0
tree06de8c27a23495428b427f2c9bd19ee04438658b
parentf063c066c258b3ac8e7bfbe3577c2245e4478530
efl_ui_stack: Add Efl.Ui.Stack class

Efl.Ui.Stack is a container arranges objects in stack structure by
pushing and popping them.
src/Makefile_Elementary.am
src/lib/elementary/Elementary.h
src/lib/elementary/efl_ui_stack.c [new file with mode: 0644]
src/lib/elementary/efl_ui_stack.eo [new file with mode: 0644]
src/lib/elementary/efl_ui_stack_private.h [new file with mode: 0644]