widget: Rename focus_region (EO)
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 12 Oct 2017 09:16:42 +0000 (18:16 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 12 Oct 2017 10:33:04 +0000 (19:33 +0900)
commit72f1fbf4f1eddbc1cde4455081be4f3a9b8a1a44
tree18778ad57844976c59a6c5576eb82eb003be6aab
parent19dff855194f2c4b411fc5d27b33d212ff26bcb0
widget: Rename focus_region (EO)

This region has little to do with focus, as it's more of a region of
interest within the widget, and not directly related to the highlight
geometry, for instance. It's related to focus in the sense that only
widgets with focus would really care about this region.

I decided to change this name after talking with @bu5hm4n.
Note that gengrid uses this but is also completely broken (the focus
highlight floats around and you don't even see the focused item).

Note: This is very close to show_region but I'm not sure those can be
merged safely (since the default "focus_region" is NULL while the
default "show_region" is the widget's geometry).

Ref T5363
12 files changed:
src/lib/elementary/efl_ui_text.c
src/lib/elementary/efl_ui_text.eo
src/lib/elementary/elm_entry.c
src/lib/elementary/elm_entry.eo
src/lib/elementary/elm_general.eot
src/lib/elementary/elm_general.h
src/lib/elementary/elm_gengrid.c
src/lib/elementary/elm_gengrid.eo
src/lib/elementary/elm_panel.c
src/lib/elementary/elm_panel.eo
src/lib/elementary/elm_widget.c
src/lib/elementary/elm_widget.eo