diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-08 11:48:31 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-08-08 13:25:58 +0900 |
commit | 9a2d4928f09ced3ea34d3bf643d9d52ce6a5f57c (patch) | |
tree | 367624ca751b9c736ba969b2e4c3830dbc2e65ee /src/lib/elementary/efl_ui_button.eo | |
parent | db29ee1cd686f4d58f1a13eb8eb0177d5ddd8be8 (diff) |
elm: Rename elm_layout to Efl.Ui.Layout
Some names have not been changed, hopefully making a distinction
between legacy APIs and internal code (elm_layout_blah) and valid EO
usages.
This means many internal functions are still elm_layout_ as their
sole purpose is to support the legacy API.
Ref T5315
Diffstat (limited to 'src/lib/elementary/efl_ui_button.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_button.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_button.eo b/src/lib/elementary/efl_ui_button.eo index 83fea41..5694a83 100644 --- a/src/lib/elementary/efl_ui_button.eo +++ b/src/lib/elementary/efl_ui_button.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Button (Elm.Layout, Efl.Ui.Clickable, Efl.Ui.Autorepeat, Efl.Text, | 1 | class Efl.Ui.Button (Efl.Ui.Layout, Efl.Ui.Clickable, Efl.Ui.Autorepeat, Efl.Text, |
2 | Elm.Interface.Atspi_Widget_Action) | 2 | Elm.Interface.Atspi_Widget_Action) |
3 | { | 3 | { |
4 | [[Push-button widget | 4 | [[Push-button widget |