add VIEW() and WIDGET() macros
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 21 Oct 2011 01:08:01 +0000 (01:08 +0000)
committerMike McCormack <mj.mccormack@samsung.com>
Tue, 8 Nov 2011 06:50:33 +0000 (15:50 +0900)
commitd5253fe645b8176d1b373eb663ebe3bb21e46ee9
tree812e228f968089d74e2273a8c7f5cbc5e2644640
parent1258eda430dff0f59c3a7a3d5a0105dfd98c9ea9
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: https://svn.enlightenment.org/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