Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        default.edc 


Log Message:
Lib:
----
* [Etk_Widget] Etk_Widget has now a generic way to swallow its children in its
theme-object. If a widget's theme-object has a part called 
"etk.swallow.content",
the children of the widget will be automatically swallowed in this part. This
increases a lot the theming possibilities for certain widgets.
* [Etk_Shadow] A new simple container that can cast a shadow or have a border.
* [Etk_Widget] etk_widget_focused_get() --> etk_widget_is_focused().
* [Etk_Widget] Add etk_widget_focusable_set/get().
* [Etk_Widget] Clipping code has been rewritten and simplified.
* [Etk_Toplevel] Tab focusing is now "circular".
* [Etk_Object] etk_widget_name_set/get() --> etk_object_name_set/get() and
there is now etk_object_name_find() to get an object from its name.
* [Etk_Object] Fix a segv with etk_object_properties_set_valist() (it fixes 
extrackt)
* [Etk_Box] Fix the focus order of the box.

Misc:
-----
* [Theme] "etk.swallow.child" --> "etk.swallow.content".
* [Theme] Improve the theme of the paned and the tree, and make the entry a bit 
larger.
* [Test_Paned] Make the checkboxes effective.
* [Test_Entry] Improve the test.
* [Documentation] Documentation++


===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/default.edc,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- default.edc 6 Oct 2006 17:04:12 -0000       1.24
+++ default.edc 20 Oct 2006 17:51:43 -0000      1.25
@@ -16,8 +16,6 @@
 data {
    item: "alias: etk/scrolled_view/hscrollbar"           "etk/hscrollbar";
    item: "alias: etk/scrolled_view/vscrollbar"           "etk/vscrollbar";
-   item: "alias: etk/tree/scrolled_view/hscrollbar"      "etk/hscrollbar";
-   item: "alias: etk/tree/scrolled_view/vscrollbar"      "etk/vscrollbar";
    item: "alias: etk/menu_bar/menu_item/checkbox"        
"etk/menu/menu_item/checkbox";
    item: "alias: etk/menu_bar/menu_item/radiobox"        
"etk/menu/menu_item/radiobox";
    item: "alias: etk/tool_button"                        
"etk/htoolbar/tool_button";



-------------------------------------------------------------------------
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