diff options
author | Marcel Hollerbach <marcel@osg.samsung.com> | 2017-10-12 21:25:49 +0200 |
---|---|---|
committer | Marcel Hollerbach <marcel@osg.samsung.com> | 2017-10-13 12:31:47 +0200 |
commit | 75f5ea686fb6475cdbb9d8106c696c4d52fefe69 (patch) | |
tree | 9920fc63ea34e084592a633039f44495a2eede34 /src/lib/elementary/elm_widget.h | |
parent | 441776f7cfe4eba2a4d257312ddbb554224bc858 (diff) |
efl_ui_focus: add parent_provider
thats just a little helper, where the logic to find and fetch the
provider is bound to the position in the widget tree, this means that
for example gengrid could change the way the logical parent is
evalulated. (For example to map the logical parent to a item)
Diffstat (limited to 'src/lib/elementary/elm_widget.h')
-rw-r--r-- | src/lib/elementary/elm_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index 0f0caca7b1..4f2f0df6a6 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -416,7 +416,7 @@ typedef struct _Elm_Widget_Smart_Data | |||
416 | Eina_Inlist *translate_strings; | 416 | Eina_Inlist *translate_strings; |
417 | Eina_List *focus_chain; | 417 | Eina_List *focus_chain; |
418 | Eina_List *event_cb; | 418 | Eina_List *event_cb; |
419 | 419 | Eo *provider; | |
420 | /* this is a hook to be set on-the-fly on widgets. this is code | 420 | /* this is a hook to be set on-the-fly on widgets. this is code |
421 | * handling the request of showing a specific region from an inner | 421 | * handling the request of showing a specific region from an inner |
422 | * widget (mainly issued by entries, on cursor moving) */ | 422 | * widget (mainly issued by entries, on cursor moving) */ |