elm_widget: Partial update for widget smart data comments.

This commit is contained in:
Daniel Juyung Seo 2014-01-02 08:49:26 +09:00
parent 9c84f2b1b5
commit 722be35238
1 changed files with 2 additions and 2 deletions

View File

@ -434,8 +434,8 @@ typedef struct _Elm_Widget_Smart_Data
Eina_Bool can_access : 1;
Eina_Bool highlighted : 1;
Eina_Bool highlight_root : 1;
Eina_Bool on_translate : 1;
Eina_Bool on_create : 1;
Eina_Bool on_translate : 1; /*<< This is true when any types of elm translate function is being called. */
Eina_Bool on_create : 1; /*<< This is true when the widget is on creation(general widget constructor). */
} Elm_Widget_Smart_Data;
/**