Focus: add and fix comments

This commit is contained in:
Daniel Zaoui 2015-06-02 08:46:55 +03:00
parent 52b95670e3
commit 9ab2ab73fe
2 changed files with 4 additions and 4 deletions

View File

@ -4131,7 +4131,7 @@ _elm_widget_focus_move_policy_get(Eo *obj EINA_UNUSED, Elm_Widget_Smart_Data *sd
* Sets the widget's focus move policy.
*
* @param obj The widget.
* @param policy Elm_Focus_Momve_Policy to set object's focus move policy.
* @param policy Elm_Focus_Move_Policy to set object's focus move policy.
*/
EOLIAN static void

View File

@ -795,13 +795,13 @@ abstract Elm.Widget (Evas.Object_Smart, Elm_Interface_Atspi_Accessible, Elm_Inte
}
@property focus_move_policy {
set {
/*@ No description supplied by the EAPI. */
/*@ Sets the widget's focus move policy. */
}
get {
/*@ No description supplied by the EAPI. */
/*@ Returns the widget's focus move policy. */
}
values {
policy: Elm_Focus_Move_Policy;
policy: Elm_Focus_Move_Policy; /*@ Object's focus move policy. */
}
}
}