summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-10-12 12:28:23 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-10-12 12:28:23 +0900
commit47a46323981925f715153e921fe10aec9283fb35 (patch)
treea580fe4240b055cfafa1fea6e60cfc96e6943729 /src
parent49779d26c4ad5549a3b9a2d3c94279a2b30133e1 (diff)
downloadefl-47a46323981925f715153e921fe10aec9283fb35.tar.gz
widget: Some EO docs formatting
Cosmetic surgery.
Diffstat (limited to 'src')
-rw-r--r--src/lib/elementary/elm_widget.eo27
1 files changed, 18 insertions, 9 deletions
diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo
index 36157ce255..a50b40af05 100644
--- a/src/lib/elementary/elm_widget.eo
+++ b/src/lib/elementary/elm_widget.eo
@@ -562,7 +562,8 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
@since 1.18]]
values {
- automatic: bool; [[$true to follow system focus move policy change, $false otherwise]]
+ automatic: bool; [[$true to follow system focus move policy change,
+ $false otherwise]]
}
}
@@ -576,18 +577,26 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
focus_state_apply @protected {
[[Register focus with the given configuration.
- The implementation can feel free to change the logical flag as it wants, but other than that it should strictly keep the configuration.
+ The implementation can feel free to change the logical flag as it
+ wants, but other than that it should strictly keep the configuration.
- The implementation in elm.widget updates the current state into what is passed as configured state, respecting manager changes, registeration and unregistration based on if it should be registered or unregistered.
+ The implementation in elm.widget updates the current state into what
+ is passed as configured state, respecting manager changes,
+ registeration and unregistration based on if it should be registered
+ or unregistered.
- A manager field that is $null means that the widget should not or was not registered.
+ A manager field that is $null means that the widget should not or was
+ not registered.
]]
params {
- @in current_state : Elm.Widget.Focus_State; [[The focus manager to register with.]]
- @inout configured_state : Elm.Widget.Focus_State; [[The evalulated Focus state that should be used]]
- @in redirect : Elm.Widget; [[A redirect that will be set by the elm.widget implementation]]
+ @in current_state : Elm.Widget.Focus_State;
+ [[The focus manager to register with.]]
+ @inout configured_state : Elm.Widget.Focus_State;
+ [[The evalulated Focus state that should be used.]]
+ @in redirect : Elm.Widget;
+ [[A redirect that will be set by the elm.widget implementation.]]
}
- return: bool; [[return $true or $false if the widget is registered or false if it is not]]
+ return: bool; [[Returns whether the widget is registered or not.]]
}
focus_manager_create @protected {
[[If the widget needs a focus manager, this function will be called.
@@ -598,7 +607,7 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
params {
@in root: Efl.Ui.Focus.Object; [[The logical root object for focus.]]
}
- return: Efl.Ui.Focus.Manager; [[Focus manager]]
+ return: Efl.Ui.Focus.Manager; [[The focus manager.]]
}
}
implements {