Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/data/themes/default/widgets Modified Files: tree.edc Log Message: * [Cache] Made a 2nd implementation of the cached, using only linked list * [Tree2] The models now support caching, and it has been implemented in the "image" model * [Tree2] Fix the width_get() method of all the models =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/tree.edc,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- tree.edc 30 Dec 2006 22:46:32 -0000 1.25 +++ tree.edc 5 Jan 2007 20:07:24 -0000 1.26 @@ -512,13 +512,18 @@ * - "etk,action,fold": emitted when the corresponding row is folded * - "etk,action,unfold": emitted when the corresponding row is unfolded * + * The min size of the group is used to determine the size of the expande in the tree + * * Note that this group doesn't have the common signals of a widget * ("etk,state,enter", "etk,state,leave", ...) since a tree's expander is not a widget. * You can though use the signals "mouse,in", "mouse,out", "mouse,down,1" (...) * emitted automatically by Edje + * + * TODOC: min size... */ group { name: "etk/tree/expander"; + min: 18 18; parts { part { name: "expander_arrow"; @@ -579,6 +584,8 @@ * - "etk,state,on": emitted when the checkbox is checked * - "etk,action,off": emitted when the checkbox is unchecked * + * The min size of the group is used to determine the size of the checkbox in the tree + * * Note that this group doesn't have the common signals of a widget * ("etk,state,enter", "etk,state,leave", ...) since a tree's checkbox is not a widget. * You can though use the signals "mouse,in", "mouse,out", "mouse,down,1" (...) @@ -676,6 +683,7 @@ /* TODO: we should be able to theme the progress-bar model... */ /* TODO: remove this group... no more need for it with the tree2 */ +/* TODO: document "etk/tree/grid" */ group { name: "etk/tree/grid"; data { ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs