* 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
}
@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. */
}
}
}