elementary : Modified comments and removed trailing white spaces :)

SVN revision: 61839
This commit is contained in:
WooHyun Jung 2011-07-28 08:14:30 +00:00
parent 73057c35bd
commit b1dde8fb29
2 changed files with 5 additions and 5 deletions

View File

@ -1142,11 +1142,11 @@ extern "C" {
* @param tree_unfocusable @c EINA_TRUE for unfocusable,
* @c EINA_FALSE for focusable.
*
* This sets whether the object @p obj and its children objects
* able to take focus or not. If the tree is set as unfocusable,
* This sets whether the object @p obj and its children objects
* are able to take focus or not. If the tree is set as unfocusable,
* newest focused object which is not in this tree will get focus.
* This API can be helpful for an object to be deleted.
* When an object will be deleted soon, it and its children may not
* When an object will be deleted soon, it and its children may not
* want to get focus (by focus reverting or by other focus controls).
* Then, just use this API before deleting.
*
@ -1160,7 +1160,7 @@ extern "C" {
* Get whether an Elementary object and its children are unfocusable or not.
*
* @param obj The Elementary object to get the information from
* @return @c EINA_TRUE, if the tree is unfocussable,
* @return @c EINA_TRUE, if the tree is unfocussable,
* @c EINA_FALSE if not (and on errors).
*
* @see elm_object_tree_unfocusable_set()

View File

@ -1096,7 +1096,7 @@ elm_widget_child_can_focus_get(const Evas_Object *obj)
* This API makes the widget object and its children to be unfocusable.
*
* This API can be helpful for an object to be deleted.
* When an object will be deleted soon, it and its children may not
* When an object will be deleted soon, it and its children may not
* want to get focus (by focus reverting or by other focus controls).
* Then, just use this API before deleting.
*