Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/widgets


Modified Files:
        combobox.edc 


Log Message:
* [Etk_Box]Remove etk_box_child_reorder() because the position number 
doesn't really make sense in a box. If you want to reorder the children, 
you can just repack them
* [Etk_Box]Implementation of etk_box_child_packing_set/get() to set/get 
the packing settings of a child of a box
* [Etk_Box]Fix the focus order
* [Etk_Combobox] Add etk_combobox_item_prepend/append_relative to the 
API, to add an item before/aftern an existing item
* [Etk_Combobox] The item height can now be defined by the theme. And 
also by the user with etk_combobox_item_height_set()
* Formatting and English fixes


===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/combobox.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- combobox.edc        11 Apr 2006 15:03:12 -0000      1.5
+++ combobox.edc        13 May 2006 23:44:40 -0000      1.6
@@ -1,4 +1,10 @@
 group {
+   name: "combobox";
+   data {
+      item: "item_height" "24";
+   }
+}
+group {
    name: "combobox/button";
    min: 0 32;
    parts {




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to