add VIEW() and WIDGET() macros for use with Elm_Widget_Items to create more consisten...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 Oct 2011 01:08:01 +0000 (01:08 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 Oct 2011 01:08:01 +0000 (01:08 +0000)
commit97a2bc3702c35398a6d36eb6bfd9e842725d20d5
tree90e2170c0cdaba6991ccd0c79c9fc185005f56a4
parentfa4e2539a368eddf06be56e8a77c8298b938fbfe
add VIEW() and WIDGET() macros for use with Elm_Widget_Items to create more consistency, reduce typing, and increase readability
  VIEW(X) = X->base.view (visible evas object)
  WIDGET(X) = X->base.widget (owner widget)

also a demo of the oxford comma for seoz

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64220 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
14 files changed:
src/lib/elc_ctxpopup.c
src/lib/elc_hoversel.c
src/lib/elc_naviframe.c
src/lib/elm_diskselector.c
src/lib/elm_flipselector.c
src/lib/elm_gengrid.c
src/lib/elm_genlist.c
src/lib/elm_index.c
src/lib/elm_list.c
src/lib/elm_menu.c
src/lib/elm_segment_control.c
src/lib/elm_slideshow.c
src/lib/elm_toolbar.c
src/lib/elm_widget.h