projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c43e6
)
elm_widget: Partial update for widget smart data comments.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Wed, 1 Jan 2014 23:49:26 +0000
(08:49 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Wed, 1 Jan 2014 23:49:26 +0000
(08:49 +0900)
src/lib/elm_widget.h
patch
|
blob
|
history
diff --git
a/src/lib/elm_widget.h
b/src/lib/elm_widget.h
index f9484c30a198c0fef8e0e289a2c30b6e3ed3c0dd..28d1077560ddf602f00d21e1c333c5f878daf456 100644
(file)
--- 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;
/**