eflxx/eflxx_examples/src/elementaryxx/full
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
..
Makefile.am changed existing full and simple examples to follow C API changed and C++ wrapper 2010-11-17 22:13:40 +00:00
main.cpp wrap some more of elementary API to C++ wrapper 2012-02-05 21:00:31 +00:00
test.h usage of current API and Item numbers working 2010-05-30 22:28:25 +00:00
test_bg.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_box.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_button.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_check.cpp more API changes 2009-11-30 23:31:37 +00:00
test_clock.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_entry.cpp compile again 2011-06-15 22:10:35 +00:00
test_genlist.cpp After elm radically changed, some compilation errors are not fixed. 2012-03-13 06:22:39 +00:00
test_hover.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_icon.cpp use C++ version of signal prototype 2010-05-31 21:35:16 +00:00
test_layout.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_panel.cpp After elm radically changed, some compilation errors are not fixed. 2012-03-13 06:22:39 +00:00
test_progressbar.cpp changed all Ecorexx:Timer code to the new API 2011-07-22 22:39:41 +00:00
test_radio.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_slider.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_spinner.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_table.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00
test_toggle.cpp BINDINGS/cxx elementaryxx: Removed trailing whitespaces. 2011-04-13 13:25:55 +00:00