efl_ui_widget: introduce a new API
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 27 Feb 2019 18:29:08 +0000 (13:29 -0500)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:36 +0000 (20:49 +0900)
commit1be41d2d91a1293f080f2e94166d40b4feffc9ad
treefec1f0d9bfef4948645cacce77d388f3200b4f65
parent944455b11111083fab444a59c366e3430d806a4c
efl_ui_widget: introduce a new API

Summary:
this new API can be used to get a easy to use iterator, to iterate
through all the children of a specific widget.

ref T7553

Reviewers: stefan_schmidt, zmike, cedric, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: woohyun, cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7553

Differential Revision: https://phab.enlightenment.org/D8014
src/Makefile_Elementary.am
src/lib/elementary/Efl_Ui.h
src/lib/elementary/efl_ui_widget_common.c [new file with mode: 0644]
src/lib/elementary/efl_ui_widget_common.h [new file with mode: 0644]
src/lib/elementary/meson.build
src/tests/elementary/efl_ui_suite.c
src/tests/elementary/efl_ui_suite.h
src/tests/elementary/efl_ui_test_widget.c [new file with mode: 0644]
src/tests/elementary/meson.build