Sevcsik András schrieb: > I attached a patch for esmart that adds esmart_container_clip_elements_set() > and esmart_container_clip_elements_get(). It's my first patch, so if you've > got any suggestion about anything, don't hesitate to tell :) > Somethings need to be changed. As Hisham has said, you have of course to unclip or to clip the children that are already in the container, if you change the clipping state. Second, you have deal with the hide and show callbacks. If the container is hidden its elements shouldn't be visible either. There to ways to do this. 1. You hide the elements, too. 2. you clip them on the hidden clipper. I think the second way is better because the user can still hide and show the element if he wants to, without esmart_container changing this state.
Peter ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
