Elm widget: rename parent to widget_parent and mark as protected.
authorTom Hacohen <tom@stosb.com>
Mon, 11 Apr 2016 16:51:15 +0000 (17:51 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 18 Apr 2016 09:10:23 +0000 (10:10 +0100)
commitaff4171e738bd47259e49ae0515742dd2543e7f6
treeb84222c20085521179cb000f7076b055a7f5a172
parenta73cdbdb460844d3110c07302be429f38247548a
Elm widget: rename parent to widget_parent and mark as protected.

This removes the conflicts between the different parents and also
indicates that this is to be used internally by widgets and should
not be confused with the normal user visible parent.

It is an internal attribute that should not be used by people
not implementing widgets. Marking it as protected signifies it
as such.
18 files changed:
src/lib/elementary/elc_ctxpopup.c
src/lib/elementary/elc_hoversel.c
src/lib/elementary/elc_popup.c
src/lib/elementary/elm_conform.c
src/lib/elementary/elm_conformant.eo
src/lib/elementary/elm_ctxpopup.eo
src/lib/elementary/elm_hover.c
src/lib/elementary/elm_hover.eo
src/lib/elementary/elm_hoversel.eo
src/lib/elementary/elm_inwin.c
src/lib/elementary/elm_inwin.eo
src/lib/elementary/elm_menu.c
src/lib/elementary/elm_menu.eo
src/lib/elementary/elm_notify.c
src/lib/elementary/elm_notify.eo
src/lib/elementary/elm_popup.eo
src/lib/elementary/elm_widget.c
src/lib/elementary/elm_widget.eo