* joel vennin ([EMAIL PROTECTED]) wrote: > So i've decided to develop an application using only the EFL. My > first question is a simple question about the Ecore_Hash functions. In > fact i want to know if it is possible to get the key list of a hash > structure. Doesn't look like it w/ ecore_hash, it has a foreach function but looks like you'll need to leverage some kinda global variable to get a key dump from it. Evas's hash routines offer a foreach function that takes a user data parameter, you can use that parameter to store all your keys in a list or other such data structure.
good luck > > Another question is around the ewl component, i want to know if you > planed or already realized something like "kpart" inside the ewl > library in order to have "plugable" component. i think what you're meaning is the ewl embed widget, which does exist. from what I gather though, it's a way to swallow other evas smart objects into an ewl. smart objects differ from kparts I'd guess, but don't know enought comment on them fully. > > Thanks you. > > Jol __ Corey Donohoe http://www.atmos.org ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
