From: Daniel Juyung Seo Date: Wed, 1 Jan 2014 23:49:26 +0000 (+0900) Subject: elm_widget: Partial update for widget smart data comments. X-Git-Tag: v1.9.0-alpha1~312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c53db903757a1a9602e07bb009bfa3448cdf961;p=platform%2Fupstream%2Felementary.git elm_widget: Partial update for widget smart data comments. --- diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h index f9484c30a..28d107756 100644 --- a/src/lib/elm_widget.h +++ b/src/lib/elm_widget.h @@ -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; /**