From 9ef12061e4e57ae38444920475b8bc2963c9f8f0 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 25 Apr 2017 11:13:12 +0200 Subject: [PATCH] docs: efl_ui_focus_manager: document focus relations struct members --- src/lib/elementary/efl_ui_focus_manager.eo | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index 1fb4f65..ace048c 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo @@ -18,15 +18,15 @@ struct Efl.Ui.Focus.Relations { @since 1.20 ]] - right : list; - left : list; - top : list; - down : list; - next : Efl.Ui.Focus.Object; - prev : Efl.Ui.Focus.Object; - type : string; - parent : Efl.Ui.Focus.Object; - redirect : Efl.Ui.Focus.Manager; + right : list; [[List of objects on the right side]] + left : list; [[[List of objects on the left side]] + top : list; [[[List of objects above]] + down : list; [[[List of objects below]] + next : Efl.Ui.Focus.Object; [[[Next object]] + prev : Efl.Ui.Focus.Object; [[Previous object]] + type : string; [[Object type]] + parent : Efl.Ui.Focus.Object; [[Parent object]] + redirect : Efl.Ui.Focus.Manager; [[Redirect manager]] } class Efl.Ui.Focus.Manager (Efl.Object) { -- 2.7.4