Go to file
Hyoyoung Chang ae12d9c09a After elm radically changed, some compilation errors are not fixed.
I changed for this.

 1. add a parameter for item_bring_in
 -elm_genlist_item_bring_in(it);
 +elm_genlist_item_bring_in(it, ELM_GENLIST_ITEM_SCROLLTO_IN);

 2. change a enum type name
 -   Elm_Genlist_Item_Flags
 +   Elm_Genlist_Item_Type

 3. change a enum name
 -   if (!parent) flags = ELM_GENLIST_ITEM_SUBITEMS;
 +   if (!parent) flags = ELM_GENLIST_ITEM_TREE;

 Signed-off-by: Hyoyoung Chang <hyoyoung@gmail.com>



SVN revision: 69283
2012-03-13 06:22:39 +00:00
ecorexx Ecorexx::Timer design changed to have a factory and provide destroy function to wrap C interface better than before 2011-07-22 22:39:05 +00:00
edjexx many small pending changes 2011-11-14 21:31:44 +00:00
eetxx use 1.4.0 2011-12-17 10:03:32 +00:00
eflxx API typo 2012-01-30 22:03:22 +00:00
eflxx_examples After elm radically changed, some compilation errors are not fixed. 2012-03-13 06:22:39 +00:00
einaxx remove .cvsignore files 2011-06-12 21:38:37 +00:00
elementaryxx After elm radically changed, some compilation errors are not fixed. 2012-03-13 06:22:39 +00:00
emotionxx remove .cvsignore files 2011-06-12 21:38:37 +00:00
evasxx - some namespace problems 2011-12-05 23:44:56 +00:00
.gitignore BINDINGS/cxx: Added .gitignore 2012-01-20 02:31:37 +00:00
compile.functions use env variable 2010-10-27 21:55:26 +00:00
compile.sh - wrap elmxx type access functions 2010-12-27 12:00:52 +00:00