hello everybody, As some of you might know I'm implementing some layout objects in evas (then Edje). Right now I implemented a box/vbox/hbox layout object.
My original plan was refactoring e_box.c but I ended up creating something from scratch instead. I think I covered all the necessary functionality. What do you guys think? Should I keep implementing these things from scratch? or I should limit myself to refactoring and documenting e_box.c, e_table,c and e_layout.c? you can fetch the code I wrote already with: git clone git://staff.get-e.org/users/dresb/ehelpers.git git checkout --track -b evas-object-vbox origin/evas-object-vbox The code is in src/lib and there is some test code in src/bin to play around with. You might want to check out my notes at the wiki[1] before diving into the code. [1] http://wiki.enlightenment.org/index.php/Soc2008/Edje_layout_library#Notes ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
