add VIEW() and WIDGET() macros for use with Elm_Widget_Items to create more consisten...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 21 Oct 2011 01:08:01 +0000 (01:08 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 21 Oct 2011 01:08:01 +0000 (01:08 +0000)
commit08e7bba5d08ac8d47eb0c61ff5d2eee92c4916de
tree90e2170c0cdaba6991ccd0c79c9fc185005f56a4
parent6cb18b226eef7c9525219cfccb54365917501ae8
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

SVN revision: 64220
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