Tabview: C api wrapping, Define error code. 96/99896/1
authorWoochan Lee <wc0917.lee@samsung.com>
Thu, 24 Nov 2016 10:56:00 +0000 (19:56 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Thu, 24 Nov 2016 10:56:34 +0000 (19:56 +0900)
commitf76c7d2d99c3adf6e96843d9157c3420d7d8cd11
tree63bab1a674e3c0d124782d39c6cceba9bb68961d
parent622f51ac84c76412c03cd52c4a316718b614faed
Tabview: C api wrapping, Define error code.

Change-Id: I351b0deb63a87493a6721504699c0f95de28c60d
14 files changed:
src/examples/efl/c/CMakeLists.txt
src/examples/efl/c/main.h
src/examples/efl/c/page16.cpp
src/examples/efl/c/page17.cpp [new file with mode: 0644]
src/include/efl/mobile/UiTabView.h
src/include/efl/mobile/c/_ui_private.h
src/include/efl/mobile/c/ui_mobile_viewmanager.h
src/include/efl/mobile/c/ui_tab_view.h [new file with mode: 0644]
src/include/interface/_UiIfacePrivate.h
src/lib/CMakeLists.txt
src/lib/efl/UiBaseViewmgr.cpp
src/lib/efl/mobile/UiTabView.cpp
src/lib/efl/mobile/c/ui_standard_view.cpp
src/lib/efl/mobile/c/ui_tab_view.cpp [new file with mode: 0644]