Wiki page focus_ui_pg changed with summary [fix typos in sample code] by Amitesh Singh

This commit is contained in:
Amitesh Singh 2015-09-30 10:38:05 -07:00 committed by apache
parent 84bf199072
commit 09c26efdd1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Set the object next to another in a specific direction using
To customize the application's custom chain:
<code c>
Evas_Object *main, obj1, obj2, obj3, obj4, obj5;
Evas_Object *main, *obj1, *obj2, *obj3, *obj4, *obj5;
Eina_List *focus_chain = NULL;
focus_chain = eina_list_append(focus_chain, obj3);