diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-17 14:57:31 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-17 19:25:48 +0900 |
commit | 42b63f55074fe63066a8046c6211dbb82dbe36cb (patch) | |
tree | ccaaf90810b2193102d5fd6f87233c2a32ce2780 /src/lib/elementary/efl_ui_grid.eo | |
parent | 2a0bb33f1d049f35914cc4597022702f297bdc3c (diff) |
Evas: Add smart_ prefix to all smart functions (eo)
This is a first step at separating legacy smart
object features away from standard efl interfaces.
Diffstat (limited to 'src/lib/elementary/efl_ui_grid.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_grid.eo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elementary/efl_ui_grid.eo b/src/lib/elementary/efl_ui_grid.eo index ff86585acf..b3e148d6b4 100644 --- a/src/lib/elementary/efl_ui_grid.eo +++ b/src/lib/elementary/efl_ui_grid.eo | |||
@@ -3,9 +3,9 @@ class Efl.Ui.Grid (Elm.Widget, Efl.Pack.Grid, Efl.Pack.Layout, | |||
3 | { | 3 | { |
4 | implements { | 4 | implements { |
5 | Eo.Base.constructor; | 5 | Eo.Base.constructor; |
6 | Evas.Object.Smart.add; | 6 | Evas.Object.Smart.smart_add; |
7 | Evas.Object.Smart.del; | 7 | Evas.Object.Smart.smart_del; |
8 | Evas.Object.Smart.calculate; | 8 | Evas.Object.Smart.smart_calculate; |
9 | Elm.Widget.focus_direction; | 9 | Elm.Widget.focus_direction; |
10 | Elm.Widget.focus_next_manager_is; | 10 | Elm.Widget.focus_next_manager_is; |
11 | Elm.Widget.focus_direction_manager_is; | 11 | Elm.Widget.focus_direction_manager_is; |