diff options
author | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-09-25 18:05:23 +0200 |
---|---|---|
committer | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-10-10 19:28:45 +0200 |
commit | faf664cc1d3595e6430af66538f2a8b76af6d288 (patch) | |
tree | 6790262b4c8c04416abec3194c6e91bc4732426b /src/lib/elementary/efl_ui_grid.eo | |
parent | aa6059abd50ce60f099b1433f9a8307996e851de (diff) |
efl_ui_grid: remove old api!
Diffstat (limited to 'src/lib/elementary/efl_ui_grid.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_grid.eo | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/elementary/efl_ui_grid.eo b/src/lib/elementary/efl_ui_grid.eo index bc6c98a467..2d2f809e2d 100644 --- a/src/lib/elementary/efl_ui_grid.eo +++ b/src/lib/elementary/efl_ui_grid.eo | |||
@@ -5,10 +5,6 @@ class Efl.Ui.Grid (Elm.Widget, Efl.Pack.Grid, Efl.Pack.Layout, | |||
5 | implements { | 5 | implements { |
6 | Efl.Object.constructor; | 6 | Efl.Object.constructor; |
7 | Efl.Canvas.Group.group_calculate; | 7 | Efl.Canvas.Group.group_calculate; |
8 | Elm.Widget.focus_direction; | ||
9 | Elm.Widget.focus_next_manager_is; | ||
10 | Elm.Widget.focus_direction_manager_is; | ||
11 | Elm.Widget.focus_next; | ||
12 | Elm.Widget.theme_apply; | 8 | Elm.Widget.theme_apply; |
13 | Efl.Container.content_iterate; | 9 | Efl.Container.content_iterate; |
14 | Efl.Container.content_count; | 10 | Efl.Container.content_count; |