Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        toolbar.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/macros/toolbar.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- toolbar.edc 6 Oct 2006 18:15:24 -0000       1.1
+++ toolbar.edc 20 Oct 2006 17:51:43 -0000      1.2
@@ -98,7 +98,7 @@
          } \
       } \
       part { \
-         name: "etk.swallow.child"; \
+         name: "etk.swallow.content"; \
          type: SWALLOW; \
          description { \
             state: "active" 0.0; \
@@ -136,7 +136,7 @@
         source: "etk"; \
         action: STATE_SET "down" 0.0; \
          target: "button_shadow2"; \
-         target: "etk.swallow.child"; \
+         target: "etk.swallow.content"; \
       } \
       program { \
         name: "button_released"; \
@@ -144,7 +144,7 @@
         source: "etk"; \
         action: STATE_SET "active" 0.0; \
          target: "button_shadow2"; \
-         target: "etk.swallow.child"; \
+         target: "etk.swallow.content"; \
       } \
       program { \
          name: "button_enter"; \
@@ -222,4 +222,4 @@
       } \
        \
       GLINT_PROGRAM \
-   } \
+   }



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