Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Volz 19661e0ad5 homogeneous API change
SVN revision: 79528
2012-11-21 22:20:44 +00:00
Andreas Volz 1c42f00980 examples compile again against renamed Evas sizing API
SVN revision: 79522
2012-11-21 20:38:54 +00:00
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
Andreas Volz 48b1712f2b compiles and works
SVN revision: 64791
2011-11-05 20:28:26 +00:00
Daniel Juyung Seo e60c24a833 BINDINGS/cxx elementaryxx: Removed trailing whitespaces.
SVN revision: 58633
2011-04-13 13:25:55 +00:00
Andreas Volz 548f74d8c7 port more genlist parts of panel example
SVN revision: 49633
2010-06-10 20:57:54 +00:00
Andreas Volz 5bc02ac33e GenList code in Panel example
SVN revision: 49601
2010-06-09 21:50:37 +00:00
Andreas Volz 66d39ffc17 more API changes
now all examples should compile again


SVN revision: 44074
2009-11-30 23:31:37 +00:00
Andreas Volz 55bb51cf60 add panel example, but without genlist... need to wrap this
SVN revision: 43704
2009-11-15 13:02:51 +00:00