elm_widget: separate elm_widget_item codes from elm_widget.c

This will help to focus on creating efl_ui_widget class work.
And, we need to change all the Elm_Widget_Item related logics to
factory or something else.
This commit is contained in:
WooHyun Jung 2017-07-17 11:22:46 +09:00
parent 2f9cbb3a35
commit 4f8d20c826
3 changed files with 1423 additions and 1309 deletions

View File

@ -661,6 +661,7 @@ lib_elementary_libelementary_la_SOURCES = \
lib/elementary/elm_view_form.c \
lib/elementary/elm_web2.c \
lib/elementary/elm_widget.c \
lib/elementary/elm_widget_item.c \
lib/elementary/efl_ui_win.c \
lib/elementary/elm_helper.c \
lib/elementary/els_box.c \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff